dotnet-diagnostics

pedrosakuma/dotnet-diagnostics
★ 2 stars C# AI/LLM Updated 2d ago
On-demand .NET runtime diagnostics for live CoreCLR apps — no code changes. Ships an MCP server (let an LLM drive the investigation), a standalone CLI, and a BenchmarkDotNet diagnoser, all on one engine: counters, CPU/off-CPU/alloc sampling, heap & thread snapshots, GC/contention/threadpool events, dumps.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "dotnet-diagnostics": {
      "command": "npx",
      "args": [
        "-y",
        "pedrosakuma/dotnet-diagnostics"
      ]
    }
  }
}

Topics

ai-agentsdiagnosticsdotnetdotnet-monitoreventpipellmmcpmcp-serverperformanceprofiling