aidb for Gemini CLI
io.github.ai-debugger-inc/aidb
Debug any supported language with breakpoints, variable/state inspection, and stepping.
client:Gemini CLI
transport:stdio
runtime:pypi
Install aidb in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"aidb": {
"command": "uvx",
"args": [
"ai-debugger-inc"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs