Skip to content
Gemini CLI

pindoc for Gemini CLI

io.github.var-gg/pindoc

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

client:Gemini CLI transport:stdio runtime:oci

Install pindoc in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\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>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

pindoc in other clients