pindoc for Claude Desktop
io.github.var-gg/pindoc
Code-pinned team memory for AI coding agents — typed artifacts, MCP-native, self-host.
client:Claude Desktop
transport:stdio
runtime:oci
Install pindoc in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"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>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs