debug-mcp

jkolo/debug-mcp
★ 10 stars C# 💻 Code/Dev Tools Updated 14d ago
MCP server for .NET debugging — 34 tools for breakpoints, inspection, exception autopsy, code analysis, and more. Built on ICorDebug.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "debug-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "jkolo/debug-mcp"
      ]
    }
  }
}

Topics

ai-agentdebuggerdotnetexception-debuggingicordebuglinuxmcpmcp-servermodel-context-protocol