Let your AI agent set breakpoints, inspect variables, and find bugs — in your .NET apps.
dnx -y debug-mcp{
"mcpServers": {
"dotnet-debugger": {
"command": "dnx",
"args": ["-y", "debug-mcp"]
}
}
}Describe the bug in plain language — your AI agent launches the app, sets breakpoints, and inspects the state for you.
Breakpoints, stepping, variables, expressions, memory layout, exception autopsy, code analysis — everything a debugger needs.
Run instantly with dnx -y debug-mcp on .NET 10+. No global install, no config files, ready in seconds.