ClrVoyant

matejo-dev/ClrVoyant
★ 4 stars C# AI/LLM Updated 3d ago
Clairvoyance for the CLR — a headless MCP server that lets an AI agent debug .NET 8/9/10 apps: breakpoints, stepping, variables, and the async Task/heap view (via ClrMD) that DAP-only debuggers can't show.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "clrvoyant": {
      "command": "npx",
      "args": [
        "-y",
        "matejo-dev/ClrVoyant"
      ]
    }
  }
}