mcpbeat Sign in

Aidb MCP Server

by ai-debugger-inc Your server? Claim it
local only

Aidb runs on your own machine — the client starts it, so there is no endpoint to ping. 69 installs a week from pypi.

Debug any supported language with breakpoints, variable/state inspection, and stepping.

Installs per day peak 44 · avg 17 · +1% w/w
a month agotoday
69
Installs / week
pypi · ai-debugger-inc
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

Nothing serious here today

Today is the operative word: we check Aidb every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add aidb -- uvx ai-debugger-inc
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "aidb": {
      "args": [
        "ai-debugger-inc"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.aidb]
command = "uvx"
args = ["ai-debugger-inc"]
.cursor/mcp.json
{
  "mcpServers": {
    "aidb": {
      "args": [
        "ai-debugger-inc"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "aidb": {
      "args": [
        "ai-debugger-inc"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Aidb

same job, measured the same way
Xdebug
by kpanuragh

MCP server for PHP Xdebug debugging with breakpoints, stepping, and variable inspection

282 installs/wk local only
Langbly Translation
by langbly

Translate text or HTML, detect languages, and list supported languages with Langbly.

answering
Chrome Debugger MCP
by bitepro

Chrome breakpoint debugging MCP server for inspecting runtime values and stepping through code

47 installs/wk local only
Memnode
by memnode

Persistent, inspectable memory for AI agents with lineage, correction, and a hosted MCP endpoint.

answering
.NET Debugger for MCP
by nevse

Give an AI agent a real .NET debugger: breakpoints, stepping, locals, expression evaluation.

local only
PasteMD
by jini-tw

Instant markdown sharing. Create, manage, and share documents with password protection.

answering
OpenOCD Debugger
by microhenrio

Debug microcontrollers via OpenOCD: flash, breakpoints, memory, registers and variables.

161 installs/wk local only
x64dbg MCP
by rison1337

Windows x64dbg/x32dbg debugging with guarded sessions, breakpoints, memory and runtime evidence.

local only

Aidb — questions

Answers built from our own checks of this server.

Why is there no uptime for Aidb?
Aidb runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package ai-debugger-inc was installed 69 times last week.
How do I connect Aidb?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls ai-debugger-inc straight from pypi; nothing to host, nothing to sign up for.
How many people use Aidb?
The pypi package ai-debugger-inc was installed 69 times in the last week. Week over week that is +1%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.