An MCP server for debugging .NET and ASP.NET Core applications by bridging MCP to netcoredbg/DAP. It supports launching or attaching to a process, inspecting and mutating state, setting breakpoints, analyzing exceptions and hangs, and tracing request execution.
From the registry: MCP server giving AI agents interactive .NET / ASP.NET Core debugging via netcoredbg + DAP.
$ dotnet tool install -g AspNetCoreDebuggerMcp --prereleasehttps://www.nuget.org/packages/AspNetCoreDebuggerMcpPlease install the `aspnetcore-debugger-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **.NET 10 SDK** — Install the .NET 10 SDK on the host system. The MCP server is distributed as a .NET global tool and requires the SDK. (https://dotnet.microsoft.com/download/)
- **Install AspNetCoreDebuggerMcp global tool** — Install the MCP server as a .NET global tool. The package bundles netcoredbg for supported platforms, so no separate debugger install is needed. Run: `dotnet tool install -g AspNetCoreDebuggerMcp --prerelease` (https://www.nuget.org/packages/AspNetCoreDebuggerMcp)
Canonical MCP server config (stdio transport):
- command: `aspnetcore-debugger-mcp`
- args: []
Note: Server communicates over stdio. README states bundled netcoredbg is included for linux-x64, linux-arm64, win-x64, osx-x64, and osx-arm64, so no separate debugger installation is required.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.
Persistent codebase knowledge graph. Survives session restarts and context compaction.
Validate oh-my-posh configurations and segment snippets against the official schema.