mcp-dotnet-ops-server

babak-mrc/mcp-dotnet-ops-server
★ 0 stars C# AI/LLM Updated 3d ago
C#/.NET 8 MCP server exposing AI tools for incident triage, configuration validation, and connectivity diagnostics.
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": {
    "mcp-dotnet-ops-serve": {
      "command": "npx",
      "args": [
        "-y",
        "babak-mrc/mcp-dotnet-ops-server"
      ]
    }
  }
}