auth0-mcp.md

Auth0 MCP

from"auth0"
870

Auth0 identity and authentication platform

Security
Auth0authidentityOAuth
install.sh
# Clone the repository
$git clone https://github.com/auth0/mcp-server
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve