Odel
mcp debug

mcp debug

Local
@standardbeagleGoMITUpdated 8mo ago

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).

PyPImcp-debugv1.1.6

Run

uvx mcp-debug

MCP client config

{
  "mcpServers": {
    "mcp-debug": {
      "command": "uvx",
      "args": [
        "mcp-debug"
      ]
    }
  }
}
npm@standardbeagle/mcp-debugv1.1.6

Run

npx -y @standardbeagle/mcp-debug

MCP client config

{
  "mcpServers": {
    "mcp-debug": {
      "command": "npx",
      "args": [
        "-y",
        "@standardbeagle/mcp-debug"
      ]
    }
  }
}