Skip to content
Cursor

ASP.NET Core Debugger — MCP Server for AI Agents for Cursor

io.github.magna-nz/aspnetcore-debugger-mcp

MCP server giving AI agents interactive .NET / ASP.NET Core debugging via netcoredbg + DAP.

client:Cursor transport:stdio runtime:nuget

Install ASP.NET Core Debugger — MCP Server for AI Agents in Cursor

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

{
  "mcpServers": {
    "aspnetcore-debugger-mcp": {
      "type": "stdio",
      "command": "dnx",
      "args": [
        "AspNetCoreDebuggerMcp",
        "--yes"
      ]
    }
  }
}

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

ASP.NET Core Debugger — MCP Server for AI Agents in other clients