fixmap for Grok
io.github.aryamthecodebreaker/fixmap
Deterministic local-first context and impact maps for coding agents from tasks, issues, and diffs.
client:Grok
transport:stdio
runtime:npm
Install fixmap in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"fixmap": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@aryam/fixmap"
]
}
}
}
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