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