Debug
Freeby MCP Community
MCP Inspector & Debugger — transparent proxy with a live dashboard for MCP stdio traffic
v0.2.2Added Apr 12, 2026
mcpmodel-context-protocoldebuggerinspectorproxy
Debug MCP Server
MCP Inspector & Debugger — transparent proxy with a live dashboard for MCP stdio traffic
Installation
npx -y @turingspark/mcp-debug
Reviews
Installation
Quick install
npx -y @turingspark/mcp-debug
Add to claude_desktop_config.json
{
"mcpServers": {
"debug": {
"command": "npx",
"args": ["-y", "@turingspark/mcp-debug"]
}
}
}