aidb for Claude Desktop
io.github.ai-debugger-inc/aidb
Debug any supported language with breakpoints, variable/state inspection, and stepping.
client:Claude Desktop
transport:stdio
runtime:pypi
Install aidb in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"aidb": {
"command": "uvx",
"args": [
"ai-debugger-inc"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs