Skip to content
Grok

AnchorDB for Grok

io.github.jolovicdev/anchordb

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

client:Grok transport:stdio runtime:oci

Install AnchorDB in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

AnchorDB in other clients