dolphin-dap-mcp

LiveMindIO/dolphin-dap-mcp
★ 0 stars TypeScript Code/Dev Tools Updated 1d ago
MCP server exposing Dolphin's Debug Adapter Protocol
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "dolphin-dap-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "LiveMindIO/dolphin-dap-mcp"
      ]
    }
  }
}

README Excerpt

An MCP server for controlling and inspecting Dolphin through its Debug Adapter Protocol server. It keeps one persistent DAP connection, correlates responses by `request_seq`, queues asynchronous events, and exposes both task-oriented tools and a raw request escape hatch. - Node.js 22 or newer - A Dolphin build with the DAP server enabled

Tools (16)

dolphin_breakpointsdolphin_codedolphin_connectdolphin_disassembledolphin_disconnectdolphin_eventsdolphin_executiondolphin_memorydolphin_requestdolphin_scandolphin_sourcesdolphin_stackdolphin_startdolphin_statusdolphin_variablesdolphin_watch