hydra (MCP Server)

GitHub

Internet-scale OpenID Certifiedβ„’ OpenID Connect and OAuth2.1 provider that integrates with your user management through headless APIs. Solve OIDC/OAuth2 user cases over night. Consume as a service on Ory Network or self-host. Trusted by OpenAI and many others for scale and security. Written in Go.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "hydra": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-hydra"
      ]
    }
  }
}