A proxy MCP server offering a web UI to visualize and monitor the entire message flow of the MCP protocol, aiding in debugging and development.
Loading more......
An MCP server and VS Code Extension that enables automatic debugging via breakpoints and expression evaluation across languages. It allows any LLM (e.g., Claude) to interactively debug any programming language via MCP and a VS Code Extension, providing debugging capabilities through the Model Context Protocol.
An MCP server bridging debugging tools with AI systems via the Debug Adapter Protocol, enabling debugger control and enhanced workflows—showcasing developer tool integration in MCP servers.
Provides a complete interface to the Delve debugger for Go programs via the Model Context Protocol, enabling advanced debugging sessions and program state inspection. Directly relevant as an MCP server for Go debugging.
Enables dynamic instrumentation of mobile and desktop applications through the Frida toolkit, providing process management and debugging via MCP. A technical example of extending MCP servers for application analysis.
A GDB/MI protocol server based on MCP, providing remote debugging capabilities with AI assistants.
A CLI tool for testing MCP servers, facilitating development and debugging of MCP-based integrations.
A web logging proxy for MCP (Message Communication Protocol) client-server communication. It provides a web interface to visualize and monitor the entire message flow of the MCP protocol, aiding in debugging and development.
Source: https://github.com/emicklei/mcp-log-proxy
http://localhost:5656 by default) to view real-time message flow.-command: Specify the full command line to start the MCP server.-title: Set a custom browser page title for the web UI.-port: Change the HTTP port (default is 5656).-log: Specify the log file location for the proxy's internal errors.melrose-mcp and browsermcp).go install.mcp, proxy, debugging, monitoring
Testing & Debugging Tools