casdoor
An open-source AI-first Identity and Access Management (IAM) /AI MCP gateway and auth server.
Casdoor is an AI-first Identity and Access Management (IAM) solution that provides a comprehensive gateway and authentication server with a web UI. It supports various protocols including MCP, OAuth 2.1, OIDC, SAML, CAS, LDAP, SCIM, and offers features like TOTP, MFA, Face ID, and integration with Google Workspace and Azure AD.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"casdoor": {
"args": [
"-y",
"@modelcontextprotocol/server-casdoor"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.