pindoc for Grok
io.github.var-gg/pindoc
Code-pinned team memory for AI coding agents — typed artifacts, MCP-native, self-host.
client:Grok
transport:stdio
runtime:oci
Install pindoc in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"pindoc": {
"type": "stdio",
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs