Skip to content
Windsurf

pindoc for Windsurf

io.github.var-gg/pindoc

Code-pinned team memory for AI coding agents — typed artifacts, MCP-native, self-host.

client:Windsurf transport:stdio runtime:oci

Install pindoc in Windsurf

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "pindoc": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/var-gg/pindoc:0.2.0"
      ],
      "env": {
        "PINDOC_DATABASE_URL": "<PINDOC_DATABASE_URL>",
        "PINDOC_BIND_ADDR": "<PINDOC_BIND_ADDR>"
      }
    }
  }
}

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

pindoc in other clients