GraphMemory-IDE: AI-Powered Collaborative Memory Platform
@elementalcollision
About GraphMemory-IDE: AI-Powered Collaborative Memory Platform
AI-assisted development MCP providing long-term, on-device "AI memory" for IDEs. Powered by Kuzu GraphDB and exposed via MCP server
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"GraphMemory-IDE": {
"command": "docker",
"args": [
"compose",
"up",
"-d"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is GraphMemory-IDE?
GraphMemory-IDE is an AI-assisted, long-term memory MCP (Model Context Protocol) server for IDEs, powered by the Kuzu graph database. It provides semantic vector search, graph-based knowledge storage, and real-time analytics, integrating with VSCode, Cursor, and Windsurf through dedicated plugins.
How to use GraphMemory-IDE?
Deploy with Docker (recommended): clone the repository, navigate to docker/, and run docker compose up -d. For local development, install dependencies with pip install -r requirements.txt, start the FastAPI server with uvicorn server.main:app --host 0.0.0.0 --port 8080 --reload, and optionally launch the Streamlit dashboard separately. Required environment variables include JWT_SECRET_KEY, DATABASE_URL, REDIS_URL, and KUZU_DB_PATH.
Key features of GraphMemory-IDE
- Graph-based memory storage with Kuzu and HNSW vector indexes
- Codon-accelerated graph algorithms with 10β100x speedups
- FastAPI backend with JWT authentication and rate limiting
- Real-time analytics via WebSocket and SSE streaming
- Multi-IDE plugin support (VSCode, Cursor, Windsurf)
- Production-ready Docker deployment with monitoring stack
Use cases of GraphMemory-IDE
- Persistent, retrievable memory for AI-assisted coding sessions
- Collaborative knowledge sharing across development teams
- Real-time telemetry and analytics for IDE usage patterns
- Semantic search over code artifacts and project context
FAQ from GraphMemory-IDE
What is GraphMemory-IDE and how is it different from other memory systems?
GraphMemory-IDE is a dedicated MCP server that combines a Kuzu graph database with semantic vector search, optional Codon-accelerated graph algorithms, and real-time analytics dashboards. It is designed specifically for IDE integration and offers multi-plugin support out of the box.
What are the runtime requirements?
Python 3.11 or higher, with dependencies in requirements.txt. Codon is optional but recommended for high-performance graph algorithms; if not compiled, all operations fall back to NetworkX and numpy. Docker Compose is available for production deployment with PostgreSQL, Redis, Prometheus, and Grafana.
Where is data stored?
Graph data is stored in a Kuzu database at the path specified by KUZU_DB_PATH (default ./data/kuzu). Relational data and sessions are stored in PostgreSQL (default SQLite) and Redis cache respectively.
Does GraphMemory-IDE support authentication?
Yes, the FastAPI server uses JWT authentication with EdDSA/Ed25519 signing. A JWT_SECRET_KEY environment variable must be configured.
What are the known limitations?
Codon acceleration requires manual compilation of native libraries via ./scripts/build_codon.sh and is only beneficial for graphs larger than 100 nodes (configurable). The system is designed for IDE-integrated use; direct API access is available but intended for plugin and dashboard communication.
More Developer Tools MCP servers
FastAPI-MCP
tadata-orgExpose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
Deepwiki MCP Server
regenrekπ MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
Test
x1xhlolFULL Augment Code, Claude Code, Cluely, CodeBuddy, Comet, Cursor, Devin AI, Junie, Kiro, Leap.new, Lovable, Manus, NotionAI, Orchids.app, Perplexity, Poke, Qoder, Replit, Same.dev, Trae, Traycer AI, VSCode Agent, Warp.dev, Windsurf, Xcode, Z.ai Code, Dia & v0. (And other Open Sou
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw β programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
MCP Framework
QuantGeekDevThe Typescript MCP Framework
Comments