CodeMap for Grok
io.github.bbajt/codemap-mcp
Roslyn-powered MCP server for C#/VB.NET. Query symbols, call graphs, and facts. 90%+ token savings.
client:Grok
transport:stdio
runtime:nuget
Install CodeMap in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"codemap-mcp": {
"type": "stdio",
"command": "dnx",
"args": [
"codemap-mcp",
"--yes"
],
"env": {
"CODEMAP_CACHE_DIR": "<CODEMAP_CACHE_DIR>"
}
}
}
}
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