worktree orbit mcp for Grok
io.github.mrfentmen/worktree-orbit-mcp
Aggregate local Git worktree topology without exposing repository content. Tools include inspect...
client:Grok
transport:stdio
runtime:npm
Install worktree orbit mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"worktree-orbit-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"worktree-orbit-mcp"
]
}
}
}
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