argot for Grok
io.github.get-tmonier/argot
Read-only context and complete checks against patterns learned from git history. Local; no LLM.
client:Grok
transport:stdio
runtime:npm
Install argot in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"argot": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@tmonier/argot"
]
}
}
}
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