Loading MCP server directory, please wait...
Code-pinned team memory for AI coding agents — typed artifacts, MCP-native, self-host.
npx @getmcp/cli add io.github.var-gg/pindocRequires Docker Engine. Community-contributed server. Review source before installing.
PINDOC_DATABASE_URLPostgres connection string. Use the bundled docker compose stack for the recommended pgvector setup.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.var-gg/pindoc": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"PINDOC_DATABASE_URL",
"-e",
"PINDOC_BIND_ADDR",
"ghcr.io/var-gg/pindoc:0.2.0"
],
"env": {
"PINDOC_DATABASE_URL": "",
"PINDOC_BIND_ADDR": ""
}
}
}
}