Skip to content
Cline

pindoc for Cline

io.github.var-gg/pindoc

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

client:Cline transport:stdio runtime:oci

Install pindoc in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

pindoc in other clients