Skip to content
Windsurf

mcp debug for Windsurf

io.github.standardbeagle/mcp-debug

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

client:Windsurf transport:stdio runtime:pypi

Install mcp debug in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

{
  "mcpServers": {
    "mcp-debug": {
      "command": "uvx",
      "args": [
        "mcp-debug"
      ]
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

mcp debug in other clients