A GDB/MI protocol server based on MCP, providing remote debugging capabilities with AI assistants.
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.
Control Android devices with AI through MCP, enabling device control, debugging, system analysis, and UI automation via a secure framework.
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 CLI tool for testing MCP servers, facilitating development and debugging of MCP-based integrations.
A GDB/MI protocol server based on MCP, providing remote debugging capabilities with AI assistants.
gdb_start: Start a new GDB sessiongdb_terminate: Terminate an active sessiongdb_list_sessions: List all active GDB sessionsgdb_load: Load a program into GDBgdb_attach: Attach to a running processgdb_load_core: Load a core dump filegdb_continue: Continue program executiongdb_step: Step program executiongdb_next: Step over function callsgdb_finish: Execute until the current function returnsgdb_backtrace: Show call stackgdb_print: Print value of an expressiongdb_examine: Examine memorygdb_info_registers: Display processor registersgdb_set_breakpoint: Set a breakpointgdb_command: Execute arbitrary GDB commandsNo pricing information provided.