MCP Servers / development / GDB

GDB

JSON →
stdionone65development

A GDB/MI protocol server based on the MCP protocol, providing remote application debugging capabilities with AI assistants.

Install
How to run this server

No install command recorded.

server path: gdb
Tools
What this server exposes
create_session
Create a new GDB debugging session
get_session
Get specific session information
get_all_sessions
Get all sessions
close_session
Close session
start_debugging
Start debugging
stop_debugging
Stop debugging
continue_execution
Continue execution
step_execution
Step into next line
next_execution
Step over next line
get_breakpoints
Get breakpoint list
set_breakpoint
Set breakpoint
delete_breakpoint
Delete breakpoint
get_stack_frames
Get stack frame information
get_local_variables
Get local variables
get_registers
Get registers
read_memory
Read memory contents
Configuration
Environment & auth
authnone
Resources
GDB — MCP Server · libregistry