Skip to content
Claude Desktop

AnchorDB for Claude Desktop

io.github.jolovicdev/anchordb

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

client:Claude Desktop transport:stdio runtime:oci

Install AnchorDB in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

AnchorDB in other clients