Auth0 的 Model Context Protocol (MCP) 服务器为 Claude Desktop 等工具提供与 Auth0 应用程序交互的能力。本项目旨在简化应用程序与 Auth0 的集成,提升开发效率。
Auth0 的 Model Context Protocol (MCP) 服务器允许 Claude Desktop 等工具与 Auth0 应用程序进行交互。以下是使用该服务器的快速指南。
git clone https://github.com/auth0/auth0-mcp-server.git
cd auth0-mcp-server
npm install
npm run build
npx . init
npm run start
--scopes
选项指定所需的权限(作用域):npx @auth0/auth0-mcp-server init --scopes 'read:*,write:*'
npx @auth0/auth0-mcp-server logout
git clone https://github.com/auth0/auth0-mcp-server.git
cd auth0-mcp-server
npm install
npm run build
npx . init
npm run start
该项目遵守 MIT 许可证。有关详细信息,请参阅 LICENSE 文件。
Auth0 提供强大的身份验证和授权解决方案,简化了应用程序的安全性实现。通过 MCP 服务器,您可以方便地与 Auth0 应用程序交互,提升开发效率。如需了解更多信息,请访问 https://auth0.com。
在使用过程中遇到任何问题,请通过以下链接提交问题报告: https://github.com/auth0/auth0-mcp-server/issues