MCP Debug v1.1.6
A debugging and development tool for MCP servers.
Installation
# Using uvx (Python)
uvx mcp-debug --help
# Using npx (Node.js)
npx @standardbeagle/mcp-debug --help
# Direct binary download (Linux amd64)
curl -L https://github.com/standardbeagle/mcp-debug/releases/download/v1.1.6/mcp-debug-linux-amd64 -o mcp-debug
chmod +x mcp-debug
# Or build from source
go install github.com/standardbeagle/mcp-debug@v1.1.6Features
- Hot-swap server binaries without disconnecting clients
- Session recording and playback for testing
- Multi-server proxy with tool prefixing
- Dynamic server management
See the README for full documentation.
Full Changelog: v1.1.5...v1.1.6