.NET Debugger for MCP for Cline
io.github.nevse/dotnet-debugger-mcp
Give an AI agent a real .NET debugger: breakpoints, stepping, locals, expression evaluation.
client:Cline
transport:stdio
runtime:nuget
Install .NET Debugger for MCP in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"dotnet-debugger-mcp": {
"command": "dnx",
"args": [
"DotnetDebugger.Mcp",
"--yes"
]
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs