.NET Debugger for MCP for Claude Desktop
io.github.nevse/dotnet-debugger-mcp
Give an AI agent a real .NET debugger: breakpoints, stepping, locals, expression evaluation.
client:Claude Desktop
transport:stdio
runtime:nuget
Install .NET Debugger for MCP in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"dotnet-debugger-mcp": {
"command": "dnx",
"args": [
"DotnetDebugger.Mcp",
"--yes"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs