agent claim mcp for Grok
io.github.vk0dev/agent-claim-mcp
File-claim coordination for parallel AI coding agents: claim files before edits, no stomping.
client:Grok
transport:stdio
runtime:npm
Install agent claim mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"agent-claim-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@vk0/agent-claim-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