agentmap for Grok
io.github.raymondchins/agentmap
The TS/JS-accurate repo map for coding agents: ts-morph import/symbol/call graph + MCP query tools
client:Grok
transport:stdio
runtime:npm
Install agentmap in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"agentmap": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@raymondchins/agentmap"
]
}
}
}
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