min-cs-mcp-auth

localden/min-cs-mcp-auth
★ 3 stars C# 🔒 Security Updated 3d ago
Minimal implementation of a C# MCP server that uses Keycloak for auth
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": {
    "min-cs-mcp-auth": {
      "command": "npx",
      "args": [
        "-y",
        "localden/min-cs-mcp-auth"
      ]
    }
  }
}