Binky for Grok
io.github.andreisilva1/binky
Isolated dev environments, one per git worktree: ports, env, and DB slices as agent tools.
client:Grok
transport:stdio
runtime:pypi
Install Binky in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"binky": {
"type": "stdio",
"command": "uvx",
"args": [
"binky"
]
}
}
}
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