Skip to content
Claude Desktop

OpenImageDebugger MCP for Claude Desktop

io.github.openimagedebugger/oid-mcp

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

client:Claude Desktop transport:stdio runtime:pypi

Install OpenImageDebugger MCP in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "oid-mcp": {
      "command": "uvx",
      "args": [
        "oid-mcp"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

OpenImageDebugger MCP in other clients