Skip to content
Windsurf

.NET Debugger for MCP for Windsurf

io.github.nevse/dotnet-debugger-mcp

Give an AI agent a real .NET debugger: breakpoints, stepping, locals, expression evaluation.

client:Windsurf transport:stdio runtime:nuget

Install .NET Debugger for MCP in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

{
  "mcpServers": {
    "dotnet-debugger-mcp": {
      "command": "dnx",
      "args": [
        "DotnetDebugger.Mcp",
        "--yes"
      ]
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

.NET Debugger for MCP in other clients