Auth0 MCP
管理应用、用户与规则,对话式配置身份认证。
安装命令
终端
npx -y @auth0/auth0-mcp-server在 Cursor 中配置(mcp.json)
{
"mcpServers": {
"auth0": {
"command": "npx",
"args": [
"-y",
"@auth0/auth0-mcp-server"
]
}
}
}管理应用、用户与规则,对话式配置身份认证。
npx -y @auth0/auth0-mcp-server{
"mcpServers": {
"auth0": {
"command": "npx",
"args": [
"-y",
"@auth0/auth0-mcp-server"
]
}
}
}