Skip to content
Cursor

.NET Debugger for MCP for Cursor

io.github.nevse/dotnet-debugger-mcp

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

client:Cursor transport:stdio runtime:nuget

Install .NET Debugger for MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

.NET Debugger for MCP in other clients