Codebase knowledge graph for AI agents — 159 languages, sub-ms queries, 99% fewer tokens.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y codebase-memory-mcp
MCP client config
{
"mcpServers": {
"codebase-memory": {
"command": "npx",
"args": [
"-y",
"codebase-memory-mcp"
]
}
}
}Run
uvx codebase-memory-mcp
MCP client config
{
"mcpServers": {
"codebase-memory": {
"command": "uvx",
"args": [
"codebase-memory-mcp"
]
}
}
}Distributed as an MCP bundle (`https://github.com/DeusData/codebase-memory-mcp/releases/download/v0.10.8/codebase-memory-mcp-darwin-amd64.mcpb`) — download it and import the bundle in your MCP client.
Distributed as an MCP bundle (`https://github.com/DeusData/codebase-memory-mcp/releases/download/v0.10.8/codebase-memory-mcp-darwin-arm64.mcpb`) — download it and import the bundle in your MCP client.
Distributed as an MCP bundle (`https://github.com/DeusData/codebase-memory-mcp/releases/download/v0.10.8/codebase-memory-mcp-linux-amd64-portable.mcpb`) — download it and import the bundle in your MCP client.
Distributed as an MCP bundle (`https://github.com/DeusData/codebase-memory-mcp/releases/download/v0.10.8/codebase-memory-mcp-linux-arm64-portable.mcpb`) — download it and import the bundle in your MCP client.
Distributed as an MCP bundle (`https://github.com/DeusData/codebase-memory-mcp/releases/download/v0.10.8/codebase-memory-mcp-windows-amd64.mcpb`) — download it and import the bundle in your MCP client.
Distributed as an MCP bundle (`https://github.com/DeusData/codebase-memory-mcp/releases/download/v0.10.8/codebase-memory-mcp-windows-arm64.mcpb`) — download it and import the bundle in your MCP client.