MCP Directory
Back

DebugMCP

by microsoft · TypeScript · ★ 399

Gift your VS Code agent a real debugger: breakpoints, stepping, inspection.

#ai-agent#ai-debugging#breakpoints#copilot#cursor#debugger#llm#mcp#model-context-protocol#vscode-extension

Install

npx -y github:microsoft/DebugMCP

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "debugmcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:microsoft/DebugMCP"
      ]
    }
  }
}

From the README

Let AI agents debug your code inside VS Code - set breakpoints, step through execution, inspect variables, and evaluate expressions. Works with **Codex**, **GitHub Copilot**, **GitHub Copilot CLI**, **Cline**, **Cursor**, **Windsurf**, **Roo Code**, and any MCP-compatible assistant. Compatible with any VS Code supported coding language. [](https://opensource.org/licenses/MIT) [](https://code.visualstudio.com/) [](https://github.com/microsoft/DebugMCP) [](https://marketplace.visualstudio.com/items?itemName=ozzafar.debugmcpextension) > ⭐ **If you find DebugMCP useful, please [star the repo on…
Read full README on GitHub →

Related developer tools servers