aidb for Cursor
io.github.ai-debugger-inc/aidb
Debug any supported language with breakpoints, variable/state inspection, and stepping.
client:Cursor
transport:stdio
runtime:pypi
Install aidb in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"aidb": {
"type": "stdio",
"command": "uvx",
"args": [
"ai-debugger-inc"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs