Remote debugging via GDB/MI protocol. Debug C, C++, Rust, and other compiled programs with AI assistance.
pip install mcp-server-gdb
```json
{
"mcpServers": {
"gdb": {
"command": "python",
"args": ["-m", "mcp_server_gdb"]
}
}
}
```
set_breakpointcontinuestepprint_variablebacktraceRemote debugging via GDB/MI protocol. Debug C, C++, Rust, and other compiled programs with AI assistance.
Language: Python
Category: Developer Tools