aidb for Zed
io.github.ai-debugger-inc/aidb
Debug any supported language with breakpoints, variable/state inspection, and stepping.
client:Zed
transport:stdio
runtime:pypi
Install aidb in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"aidb": {
"command": "uvx",
"args": [
"ai-debugger-inc"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs