Skip to content
Grok

.NET Debugger for MCP for Grok

io.github.nevse/dotnet-debugger-mcp

Give an AI agent a real .NET debugger: breakpoints, stepping, locals, expression evaluation.

client:Grok transport:stdio runtime:nuget

Install .NET Debugger for MCP in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "dotnet-debugger-mcp": {
      "type": "stdio",
      "command": "dnx",
      "args": [
        "DotnetDebugger.Mcp",
        "--yes"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

.NET Debugger for MCP in other clients