Skip to main content
Model Context Protocol Server

debug-mcp.net

Let your AI agent set breakpoints, inspect variables, and find bugs — in your .NET apps.

Loading terminal recording...
Quick Start

Up and running in 3 steps

1
Run
dnx -y debug-mcp
2
Configure
{
  "mcpServers": {
    "dotnet-debugger": {
      "command": "dnx",
      "args": ["-y", "debug-mcp"]
    }
  }
}
3
Debug
"Launch MyApp.dll and find why GetUser throws null"
Capabilities

Everything your AI agent needs to debug .NET

Ask & Debug
AI-Driven Debugging

Describe the bug in plain language — your AI agent launches the app, sets breakpoints, and inspects the state for you.

34 Tools
Complete Toolkit

Breakpoints, stepping, variables, expressions, memory layout, exception autopsy, code analysis — everything a debugger needs.

One Command
Zero Installation

Run instantly with dnx -y debug-mcp on .NET 10+. No global install, no config files, ready in seconds.