entra-oauth-proxy-for-mcp

hydr/entra-oauth-proxy-for-mcp
★ 0 stars C# Security Updated today
Entra ID OAuth 2.0 proxy + On-Behalf-Of for remote MCP servers (ASP.NET Core)
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": {
    "entra-oauth-proxy-fo": {
      "command": "npx",
      "args": [
        "-y",
        "hydr/entra-oauth-proxy-for-mcp"
      ]
    }
  }
}