McpNet

localtonet/McpNet
★ 2 stars C# Security Updated today
A high-performance, enterprise-ready Model Context Protocol (MCP) gateway for .NET 8. Aggregate any number of upstream MCP servers behind a single authenticated endpoint - with a web dashboard, management CLI, per-client access control, rate limiting, audit logging, and optional OpenTelemetry observability.
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": {
    "mcpnet": {
      "command": "npx",
      "args": [
        "-y",
        "localtonet/McpNet"
      ]
    }
  }
}