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"
}
}
}