AI Skill Hub 强烈推荐:casdoor MCP工具 是一款优质的AI工具。在 GitHub 上收获超过 13.6k 颗 Star,AI 综合评分 8.2 分,在同类工具中表现稳健。如果你正在寻找可靠的AI工具解决方案,这是一个值得深入了解的选择。
casdoor MCP工具 是一款基于 Go 开发的开源工具,专注于 身份认证、IAM、MCP集成 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
casdoor MCP工具 是一款基于 Go 开发的开源工具,专注于 身份认证、IAM、MCP集成 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
# 方式一:go install(推荐) go install github.com/casdoor/casdoor@latest # 方式二:从源码编译 git clone https://github.com/casdoor/casdoor cd casdoor go build -o casdoor . # 方式三:下载预编译二进制 # 访问 Releases 页面下载对应平台二进制文件 # https://github.com/casdoor/casdoor/releases
# 查看帮助 casdoor --help # 基本运行 casdoor [options] <input> # 详细使用说明请查阅文档 # https://github.com/casdoor/casdoor
# casdoor 配置说明 # 查看配置选项 casdoor --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export CASDOOR_CONFIG="/path/to/config.yml"
<p> Casdoor is a single sign-on (SSO) and authentication server with a web console.<br> It speaks <strong>OAuth 2.0</strong>, <strong>OIDC</strong>, <strong>SAML 2.0</strong>, <strong>CAS</strong>, <strong>LDAP</strong>, <strong>SCIM 2.0</strong>, <strong>WebAuthn</strong>, <strong>TOTP/MFA</strong> and <strong>MCP</strong>,<br> and connects to Google Workspace, Microsoft Entra ID (Azure AD), GitHub and many other identity providers. </p>
<p> <a href="https://casdoor.ai"><strong>Website</strong></a> · <a href="https://casdoor.ai/docs/overview"><strong>Documentation</strong></a> · <a href="https://demo.casdoor.com"><strong>Live demo</strong></a> · <a href="https://discord.gg/5rPsrAzK7S"><strong>Discord</strong></a> </p>
<p> <a href="https://github.com/casdoor/casdoor/releases/latest"> <img src="https://img.shields.io/github/v/release/casdoor/casdoor?style=flat-square&color=blue" alt="Release"> </a> <a href="https://hub.docker.com/r/casbin/casdoor"> <img src="https://img.shields.io/docker/pulls/casbin/casdoor?style=flat-square&color=brightgreen" alt="Docker Pulls"> </a> <a href="https://github.com/casdoor/casdoor/actions/workflows/build.yml"> <img src="https://img.shields.io/github/actions/workflow/status/casdoor/casdoor/build.yml?style=flat-square&label=build" alt="Build Status"> </a> <a href="https://github.com/casdoor/casdoor/actions/workflows/golangci-lint.yml"> <img src="https://img.shields.io/github/actions/workflow/status/casdoor/casdoor/golangci-lint.yml?style=flat-square&label=golangci-lint&logo=go&logoColor=white" alt="golangci-lint"> </a> <a href="https://discord.gg/5rPsrAzK7S"> <img src="https://img.shields.io/discord/1022748306096537660?style=flat-square&logo=discord&label=Discord&color=5865F2" alt="Discord"> </a> <a href="https://github.com/casdoor/casdoor/blob/master/LICENSE"> <img src="https://img.shields.io/github/license/casdoor/casdoor?style=flat-square&color=orange" alt="License"> </a> </p> </div>
The sign-in page your users see: password, email/SMS code, WebAuthn and Face ID, plus every social provider you enable.
🔐 Authentication
🏢 Organizations and access control
🤖 AI and agents
🛠️ Developer experience
Four supported paths, fastest first. All of them end up at <http://localhost:8000>.
docker run -p 8000:8000 casbin/casdoor-all-in-one
Bundles SQLite and demo data into a single container. Ideal for a first look, but not intended for production: the data lives inside the container and disappears with it.
Guide: Try with Docker
docker-compose.yml starts Casdoor next to a MySQL 8 container.
Two things to know before running it: 1. Compose builds the image from source (Go backend plus React frontend). The first docker compose up takes several minutes, so it is not the quick-trial path — use the all-in-one image above for that. 2. You have to point Casdoor at the bundled database first.
Set the MySQL settings in conf/app.conf to match the db service:
driverName = mysql
dataSourceName = root:123456@tcp(localhost:3306)/
dbName = casdoor
Use localhost here even though MySQL runs in a separate container: the compose file sets RUNNING_IN_DOCKER=true, and Casdoor rewrites localhost to the Docker host address at startup (see conf/conf.go). Then start everything:
docker compose up
The compose entrypoint already passes --createDatabase=true, so the casdoor database is created for you.
Guide: Try with Docker
Official SDKs and framework integrations, by language:
The complete list, including reverse proxies and third-party applications, is in the Integrations documentation.
Casdoor作为AI代理的身份认证基础设施,架构清晰,功能完整。Go语言高性能,MCP集成特色明显,社区活跃度好。企业级IAM解决方案。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ Apache 2.0 — 宽松开源协议,可商用,需保留版权声明和 NOTICE 文件,含专利授权条款。
总体来看,casdoor MCP工具 是一款质量优秀的AI工具,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | casdoor |
| 原始描述 | 开源MCP工具:An open-source Agent-first Identity and Access Management (IAM) /LLM MCP & agent。⭐13.6k · Go |
| Topics | 身份认证IAMMCP集成AI代理开源 |
| GitHub | https://github.com/casdoor/casdoor |
| License | Apache-2.0 |
| 语言 | Go |
收录时间:2026-05-14 · 更新时间:2026-05-16 · License:Apache-2.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。