送信

ASP.NET Core Debugger — MCP Server for AI Agents

@magna-nz

An MIT-licensed MCP server that gives AI agents (Claude, Cursor, Copilot) interactive .NET debugging via netcoredbg and the Debug Adapter Protocol. 26 tools: launch/attach, breakpoints (line, function, exception, data), stepping, thread inspection, stack traces, expression evaluation, variable mutation, exception autopsy, hang/deadlock analysis, server-side request tracing, and process output capture.

サーバー設定

{
  "mcpServers": {
    "aspnetcore-debugger": {
      "command": "aspnetcore-debugger-mcp"
    }
  }
}