A Model Context Protocol server that requires user authentication via Auth0 before enabling secure API access on behalf of the authenticated user.
The base URL where your Todos API is running
The scopes requested by the MCP Server. Here we request basic profile info (openid email profile), refresh token capability (offline_access), and API access (read:todos)
The domain of your Auth0 tenant (e.g., acme.auth0.com)
The unique identifier for your API which you registered in the Auth0 dashbaord (e.g., urn:todos-api)
The Client ID from the Auth0 application you created
The Client Secret from the Auth0 application you created
The environment setting - use development for local development
Security Notice
Your environment variables and credentials are securely stored and encrypted. LangDB never shares these configuration values with third parties.
Discover shared experiences
Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!