Debug and develop MCP servers with hot-swapping, session recording, and playback testing
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
uvx mcp-debug
MCP client config
{
"mcpServers": {
"mcp-debug": {
"command": "uvx",
"args": [
"mcp-debug"
]
}
}
}Run
npx -y @standardbeagle/mcp-debug
MCP client config
{
"mcpServers": {
"mcp-debug": {
"command": "npx",
"args": [
"-y",
"@standardbeagle/mcp-debug"
]
}
}
}