LogoSTMCP
Download
mcp_server_gdb

MCP Server GDB

MCP Server GDB is a GDB/MI protocol server implementing the MCP protocol, enabling remote application debugging with AI assistants through session management, breakpoints, and execution control.

Tools

1. create_session

Create a new GDB debugging session.

2. get_session

Get specific session information.

3. get_all_sessions

Get all sessions.

4. close_session

Close session.

5. start_debugging

Start debugging.

6. stop_debugging

Stop debugging.

7. continue_execution

Continue execution.

8. step_execution

Step into next line.

9. next_execution

Step over next line.

10. get_breakpoints

Get breakpoint list.

11. set_breakpoint

Set breakpoint.

12. delete_breakpoint

Delete breakpoint.

13. get_stack_frames

Get stack frame information.

14. get_local_variables

Get local variables.

15. get_registers

Get registers.

16. read_memory

Read memory contents.

Open Graph image for MCP Server GDB

JSON Config

{
  "command": "./mcp-server-gdb",
  "args": [],
  "env": {},
  "transport": "stdio"
}

Useful Links

Information

Categories