mcpbeat Sign in

OpenImageDebugger MCP Server

by openimagedebugger Your server? Claim it
local only

OpenImageDebugger MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 134 installs a week from pypi. Last commit 17 Sep 2026.

MCP server giving AI agents eyes on OpenImageDebugger buffers in live gdb/lldb sessions

Installs per day peak 55 · avg 24 · -2% w/w
a month agotoday
134
Installs / week
pypi · oid-mcp
250
Stars
14 open issues
17 Sep 2026
Last commit
0 releases in 90 days
MIT
License
C++

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

Builds a database query by concatenation .github/workflows/delete-merged-caches.yml:25
              gh cache delete $cacheKey
          done
          echo "Done"
        env:
          GH_TOKEN: ${{ github.token }}

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

Nothing serious here today

Today is the operative word: we check OpenImageDebugger MCP 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 oid-mcp -- uvx oid-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "oid-mcp": {
      "args": [
        "oid-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.oid-mcp]
command = "uvx"
args = ["oid-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "oid-mcp": {
      "args": [
        "oid-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "oid-mcp": {
      "args": [
        "oid-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to OpenImageDebugger MCP

same job, measured the same way
ASP.NET Core Debugger — MCP Server for AI Agents
by magna-nz

MCP server giving AI agents interactive .NET / ASP.NET Core debugging via netcoredbg + DAP.

local only
Agent Droid Bridge
by neverlow512

MCP server giving AI agents eyes and hands inside Android devices via ADB

251 installs/wk local only
Lockspec
by lockspec

MCP server giving AI coding agents version-pinned API context from your OpenAPI specs.

44 installs/wk local only
.NET Debugger for MCP
by nevse

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

local only
glass
by fixed-width

MCP server giving a coding agent a build→see→interact→debug loop over native GUI apps.

local only
Babelwrap MCP
by babelwrap

MCP server for BabelWrap — give AI agents web browsing superpowers.

20 installs/wk local only
Imgx
by somacoffeekyoto

AI image generation and editing MCP server. Gemini + OpenAI, iterative editing, undo/redo.

80 installs/wk local only
Recraft MCP Server
by muhammetali

Recraft AI Image Generation MCP Server for AI coding agents

84 installs/wk local only

OpenImageDebugger MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for OpenImageDebugger MCP?
OpenImageDebugger MCP 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 oid-mcp was installed 134 times last week.
How do I connect OpenImageDebugger MCP?
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 oid-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use OpenImageDebugger MCP?
The pypi package oid-mcp was installed 134 times in the last week. Week over week that is -2%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is OpenImageDebugger MCP open source?
Yes — it is published under the MIT licence, written in C++, 250 stars on GitHub and 14 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.