pindoc for Zed
io.github.var-gg/pindoc
Code-pinned team memory for AI coding agents — typed artifacts, MCP-native, self-host.
client:Zed
transport:stdio
runtime:oci
Install pindoc in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"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>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs