mcp debugger for Grok
io.github.digital-defiance/mcp-debugger
Node.js and TypeScript debugging with 25+ tools for AI agents
client:Grok
transport:stdio
runtime:npm
Install mcp debugger in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-debugger": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ai-capabilities-suite/mcp-debugger-server"
]
}
}
}
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