Skip to content
Cursor

AnchorDB for Cursor

io.github.jolovicdev/anchordb

Persistent code memory for AI agents: notes pinned to files and symbols that survive refactors.

client:Cursor transport:stdio runtime:oci

Install AnchorDB in Cursor

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

{
  "mcpServers": {
    "anchordb": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/jolovicdev/anchor-db:1.0.6"
      ]
    }
  }
}

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

AnchorDB in other clients