casdoor

casdoor

Open-source, AI-first Identity and Access Management (IAM) / MCP gateway and authentication server.

MCPDevOpen source
Type
MCP
Transport
http
Open source
Yes
GitHub Stars
★ 13.8k
Source
mcp-github

Overview

Casdoor is an open-source, AI-first identity and access management (IAM) / MCP gateway and authentication server that supports multiple protocols such as MCP, OAuth 2.0, OIDC, SAML, CAS, LDAP, SCIM, WebAuthn, TOTP, MFA, Face ID, Google Workspace, and Azure AD. It provides a modern web console for managing users, organizations, applications, and providers. Casdoor supports Casbin authorization policies (ACL, RBAC, ABAC, etc.) and is designed for easy self-hosting and integration.

Capabilities

  • Supports MCP protocol
  • Supports OAuth 2.0 and OIDC
  • Supports SAML and CAS
  • Supports LDAP and SCIM
  • Supports WebAuthn and TOTP
  • Supports MFA and Face ID

Use cases

AI authenticationMulti-protocol authentication gatewayUnified identity management platform

Setup

Requires: API KeyNode.js 环境数据库
1. Install dependencies: Go 1.25, Node.js LTS (20), Yarn 1.x, supported database.
2. Clone the repository: `git clone https://github.com/casdoor/casdoor.git && cd casdoor`
3. Configure the database: Edit `conf/app.conf` to set `driverName`, `dataSourceName`, `dbName`.
4. Build frontend and start backend:
```bash
  cd web && yarn install && yarn build && cd .. && go run main.go \\[http://localhost:8000](http://localhost:8000)
```

This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.

FAQ

How can I get started with Casdoor quickly?

You can quickly try it out using Docker or deploy from source code.

Which protocols does Casdoor support?

Supports MCP, OAuth 2.0, OIDC, SAML, CAS, LDAP, SCIM, WebAuthn, TOTP, MFA, Face ID, and more.

Related skills