mcp gdbserver for Cursor
io.github.daedalus/mcp-gdbserver
MCP server for remote debugging with gdbserver
client:Cursor
transport:stdio
runtime:pypi
Install mcp gdbserver in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-gdbserver": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-gdbserver"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs