Skip to content
Windsurf

AnchorDB for Windsurf

io.github.jolovicdev/anchordb

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

client:Windsurf transport:stdio runtime:oci

Install AnchorDB in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

AnchorDB in other clients