Skip to content

.NET Debugger for MCP for Zed

io.github.nevse/dotnet-debugger-mcp

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

client:Zed transport:stdio runtime:nuget

Install .NET Debugger for MCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

.NET Debugger for MCP in other clients