Skip to content
Zed

mcp debug for Zed

io.github.standardbeagle/mcp-debug

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

client:Zed transport:stdio runtime:pypi

Install mcp debug in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

mcp debug in other clients