★ 655 stars
C
🧠 Memory/Knowledge
Updated 1mo ago
MCP server that indexes your codebase into a persistent knowledge graph. 64 languages, sub-ms queries, 99% fewer tokens than grep. Single Go binary, no Docker, no API keys.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"codebase-memory-mcp": {
"command": "npx",
"args": [
"-y",
"DeusData/codebase-memory-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add codebase-memory-mcp npx -y DeusData/codebase-memory-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"codebase-memory-mcp": {
"command": "npx",
"args": [
"-y",
"DeusData/codebase-memory-mcp"
]
}
}
}
📋 Copy
Topics
claude-code code-analysis code-intelligence codex cursor developer-tools golang knowledge-graph mcp mcp-server model-context-protocol sqlite tree-sitter windsurf