Dbgmcp
Createdramenhost
Connect debuggers such as GDB, LLDB, and PDB to LLM agents using the Model Context Protocol.
About
Dbgmcp is a collection of Model Context Protocol (MCP) servers designed to bridge the gap between debuggers and Large Language Model (LLM) agents. It enables seamless integration with debuggers like GDB, LLDB, and PDB, allowing AI agents to interact with and control debugging sessions. This facilitates advanced debugging workflows, enabling AI-driven code analysis and automated bug detection.
Key Features
- Supports GDB, LLDB, and PDB debuggers.
- Allows execution of arbitrary commands in the debugger.
- Supports multiple simultaneous connections.
- 0 GitHub stars
- Offers separate servers for each debugger to be enabled or disabled as needed
- Enables loading programs into the debugger.
Use Cases
- Enable debugging capabilities in VS Code Github Copilot agent mode.
- Automate debugging processes with LLM agents.
- Integrate with Claude Desktop for AI-assisted debugging.