MCP Directory
Back

DebugMCP

by microsoft · TypeScript · ★ 321

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

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "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 **GitHub Copilot**, **Cline**, **Cursor**, and any MCP-compatible assistant. Supports **Python**, **JavaScript/TypeScript**, **Java**, **C#**, **C++**, **Go**, **Rust**, **PHP**, and **Ruby**. > **📢 Beta Version Notice**: This is a beta version of DebugMCP maintained by [ozzafar@microsoft.com](mailto:ozzafar@microsoft.com) and [orbarila@microsoft.com](mailto:orbarila@microsoft.com). We welcome feedback and contributions to help improve this extension…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers