mcp debug for Grok
io.github.standardbeagle/mcp-debug
Debug and develop MCP servers with hot-swapping, session recording, and playback testing
client:Grok
transport:stdio
runtime:pypi
Install mcp debug in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-debug": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-debug"
]
}
}
}
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