infra-gate

mirusser/infra-gate
★ 0 stars C# 🌐 Browser/Web Updated today
.NET 10 Kubernetes MCP server
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "infra-gate": {
      "command": "npx",
      "args": [
        "-y",
        "mirusser/infra-gate"
      ]
    }
  }
}

README Excerpt

This repo contains a narrow Kubernetes governance slice for the larger Open WebUI/LibreChat + remote MCP idea: - `src/InfraGate.McpServer` is a .NET 10 stdio MCP server using the official C# MCP SDK. - `src/InfraGate.McpGateway` is a local HTTP MCP gateway that fronts the stdio server with bearer-token auth and warn+redact prompt-injection guardrails.

Tools (1)

Elicitation