mcp-server-auth

sohnithakkar/mcp-server-auth
★ 0 stars TypeScript Security Updated today
CRM MCP Server with Auth0 for MCP authentication. Leverages on-behalf-of tokens
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-server-auth": {
      "command": "npx",
      "args": [
        "-y",
        "sohnithakkar/mcp-server-auth"
      ]
    }
  }
}