Skip to content
Cursor

Codebase Memory for Cursor

io.github.deusdata/codebase-memory-mcp

Codebase knowledge graph for AI agents — 162 languages, sub-ms queries, 99% fewer tokens.

client:Cursor transport:stdio runtime:npm

Install Codebase Memory in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "codebase-memory-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "codebase-memory-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Codebase Memory in other clients