← Index

io.github.standardbeagle/mcp-debug

io.github.standardbeagle/mcp-debug·v1.1.6·Other
Quality Score
79
/100

Debug and develop MCP servers with hot-swapping, session recording, and playback testing

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-debug": {
      "command": "npx",
      "args": [
        "-y",
        "@standardbeagle/mcp-debug"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-debug": {
      "command": "npx",
      "args": [
        "-y",
        "@standardbeagle/mcp-debug"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @standardbeagle/mcp-debug
Claude Desktop (uvx)
{
  "mcpServers": {
    "mcp-debug": {
      "command": "uvx",
      "args": [
        "mcp-debug"
      ]
    }
  }
}
§03  MCP Quality Score  ·  methodology
freshness
19
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other