Skip to content
Cursor

Memory for AI for Cursor

io.github.lonelytraderbay/memory-for-ai

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

client:Cursor transport:stdio runtime:npm

Install Memory for AI in Cursor

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

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

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

Memory for AI in other clients