dibs for Grok
io.github.polymatx/dibs
Coordination for parallel coding agents: file claims, enforcement hooks, git-native lessons.
client:Grok
transport:stdio
runtime:oci
Install dibs in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"dibs": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/polymatx/dibs:0.1.1"
]
}
}
}
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