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 align="center"> <strong>An open-source, AI-first IAM / MCP gateway and authentication server with a web UI.</strong><br> Supporting MCP, A2A, OAuth 2.0, OIDC (OAuth 2.x), SAML, CAS, LDAP, SCIM, WebAuthn, TOTP, MFA, Face ID,<br> Google Workspace, Azure AD, and more. </p>
<p align="center"> <a href="https://casdoor.ai/"><strong>Documentation and guides: casdoor.ai</strong></a> </p>
<p> <a href="https://casdoor.ai/docs/overview"> <img src="https://img.shields.io/badge/documentation-casdoor.ai%2Fdocs-1890ff?style=flat-square&logo=readthedocs&logoColor=white" alt="Documentation"> </a> <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="GitHub 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://goreportcard.com/report/github.com/casdoor/casdoor"> <img src="https://goreportcard.com/badge/github.com/casdoor/casdoor?style=flat-square" alt="Go Report Card"> </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>
<p> <a href="https://github.com/casdoor/casdoor/stargazers"> <img src="https://img.shields.io/github/stars/casdoor/casdoor?style=flat-square&color=yellow" alt="GitHub Stars"> </a> <a href="https://github.com/casdoor/casdoor/network/members"> <img src="https://img.shields.io/github/forks/casdoor/casdoor?style=flat-square" alt="GitHub Forks"> </a> <a href="https://github.com/casdoor/casdoor/issues"> <img src="https://img.shields.io/github/issues/casdoor/casdoor?style=flat-square&color=red" alt="GitHub Issues"> </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://crowdin.com/project/casdoor-site"> <img src="https://badges.crowdin.net/casdoor-site/localized.svg" alt="Crowdin"> </a> </p>
<p align="center"> <a href="https://casdoor.ai"><strong>Website</strong></a> · <a href="https://casdoor.ai/docs/overview"><strong>Documentation</strong></a> · <a href="https://door.casdoor.com"><strong>Live demo</strong></a> · <a href="https://discord.gg/5rPsrAzK7S"><strong>Discord</strong></a> </p> </div>
---
🐳 DockerUse one of the official Docker paths:
Then open http://localhost:8000 and sign in with Official guide: Try with Docker 🚀 Quick startPick one deployment method below. To keep behavior consistent with upstream, the steps are aligned with official docs. 🌐 Live demos
Default demo admin login (where applicable): --- <a id="quick-start"></a> 🔌 IntegrationsCasdoor integrates with common languages and frameworks: <p align="center"> <img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/go/go-original.svg" width="40" alt="Go"> <img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/java/java-original.svg" width="40" alt="Java"> <img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/python/python-original.svg" width="40" alt="Python"> <img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/nodejs/nodejs-original.svg" width="40" alt="Node.js"> <img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/react/react-original.svg" width="40" alt="React"> <img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/vuejs/vuejs-original.svg" width="40" alt="Vue"> <img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/angularjs/angularjs-original.svg" width="40" alt="Angular"> </p> Browse the full list: Integrations. --- <a id="community-and-support"></a>
🎯 aiskill88 AI 点评
A 级
2026-05-21
Casdoor作为AI代理的身份认证基础设施,架构清晰,功能完整。Go语言高性能,MCP集成特色明显,社区活跃度好。企业级IAM解决方案。 📚 实用指南(长尾问题)
适合谁
最佳实践
常见错误
部署方案
⚡ 核心功能
👥 适合谁
⭐ 最佳实践
⚠️ 常见错误
👥 适合人群🎯 使用场景
⚖️ 优点与不足✅ 优点
⚠️ 不足
⚠️ 使用须知
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。 建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。 📄 License 说明
✅ Apache 2.0 — 宽松开源协议,可商用,需保留版权声明和 NOTICE 文件,含专利授权条款。 🔗 相关工具推荐📚 相关教程推荐 📰 相关 AI 新闻
🗺️ 相关解决方案
🧩 你可能还需要
基于当前 Skill 的能力图谱,自动补全的工具组合
❓ 常见问题 FAQ支持用户名密码、OAuth2、SAML、LDAP等多种认证方式,可灵活集成各类身份源。
💡 AI Skill Hub 点评
总体来看,casdoor MCP工具 是一款质量优秀的AI工具,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。 🌐 原始信息
🔗 原始来源
🐙 GitHub 仓库 https://github.com/casdoor/casdoor
🌐 官方网站 https://casdoor.ai
收录时间:2026-05-14 · 更新时间:2026-05-16 · License:Apache-2.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。 |