.NET Debugger for MCP for Gemini CLI
io.github.nevse/dotnet-debugger-mcp
Give an AI agent a real .NET debugger: breakpoints, stepping, locals, expression evaluation.
client:Gemini CLI
transport:stdio
runtime:nuget
Install .NET Debugger for MCP in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"dotnet-debugger-mcp": {
"command": "dnx",
"args": [
"DotnetDebugger.Mcp",
"--yes"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs