CLRScopeMCP

godofphonk/CLRScopeMCP
★ 4 stars C# Code/Dev Tools Updated 1d ago
.NET diagnostics MCP server - comprehensive profiling and debugging tools for .NET applications
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": {
    "clrscopemcp": {
      "command": "npx",
      "args": [
        "-y",
        "godofphonk/CLRScopeMCP"
      ]
    }
  }
}