mcp-auth-server

tkondamuru/mcp-auth-server
★ 0 stars HTML Security Updated today
A secure Model Context Protocol (MCP) authentication and gateway server built with ASP.NET Core, OpenIddict, and SQLite. Enables token-based OAuth 2.0 / OpenID Connect authorization for LLM clients connecting to internal enterprise APIs.
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-auth-server": {
      "command": "npx",
      "args": [
        "-y",
        "tkondamuru/mcp-auth-server"
      ]
    }
  }
}