← Index

io.github.var-gg/pindoc

io.github.var-gg/pindoc·v0.1.0·Memory & RAG
Quality Score
85
/100

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

§01  Install
Claude Desktop (Docker)
{
  "mcpServers": {
    "pindoc": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/var-gg/pindoc:0.1.0"
      ],
      "env": {
        "PINDOC_DATABASE_URL": "<pindoc_database_url>",
        "PINDOC_BIND_ADDR": "<pindoc_bind_addr>"
      }
    }
  }
}
§02  Environment variables
PINDOC_DATABASE_URL
required

Postgres connection string. Use the bundled docker compose stack for the recommended pgvector setup.

PINDOC_BIND_ADDR

Daemon bind address. Loopback (127.0.0.1:5830) by default; set a non-loopback value only behind an IdP or trusted proxy.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Memory & RAG