MCP server exposing GDB debugging capabilities to AI agents. Provides tools for debugging C/C++ programs, setting breakpoints, inspecting memory, and analyzing stack traces. Connects to GDB via its MI (Machine Interface) protocol. Useful for developers building AI agents that need to debug low-level code or automate debugging tasks.
MCP server exposing GDB debugging capabilities to AI agents. Provides tools for debugging C/C++ programs, setting breakpoints, inspecting memory, and analyzing stack traces. Connects to GDB via its MI (Machine Interface) protocol. Useful for developers building AI agents that need to debug low-level code or automate debugging tasks.
Add this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"pansila-mcpservergdb-github": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-pansila-mcpservergdb-github"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from mcp_server_gdb?"
No configuration required. This server works out of the box.
"What resources are available in mcp_server_gdb?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in mcp_server_gdb"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in mcp_server_gdb with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
See what tools in your stack can connect to AI.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.