Aidb runs on your own machine — the client starts it, so there is no endpoint to ping. 131 installs a week from pypi.
Debug any supported language with breakpoints, variable/state inspection, and stepping.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add aidb -- uvx ai-debugger-inc
{
"mcpServers": {
"aidb": {
"args": [
"ai-debugger-inc"
],
"command": "uvx"
}
}
}
[mcp_servers.aidb]
command = "uvx"
args = ["ai-debugger-inc"]
{
"mcpServers": {
"aidb": {
"args": [
"ai-debugger-inc"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"aidb": {
"args": [
"ai-debugger-inc"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.