Skip to main content
Glama

Auth0 OIDC MCP Server

by moeki0
wrangler.jsonc701 B
/** * For more details on how to configure Wrangler, refer to: * https://developers.cloudflare.com/workers/wrangler/configuration/ */ { "$schema": "./node_modules/wrangler/config-schema.json", "name": "mcp-auth0-oidc", "main": "src/index.ts", "compatibility_date": "2025-04-01", "migrations": [ { "new_sqlite_classes": ["AuthenticatedMCP"], "tag": "v1" } ], "durable_objects": { "bindings": [ { "class_name": "AuthenticatedMCP", "name": "MCP_OBJECT" } ] }, "kv_namespaces": [ { "binding": "OAUTH_KV", "id": "c90dddab766a4e88b209ec75899def72" } ], "ai": { "binding": "AI" }, "observability": { "enabled": true }, "dev": { "port": 8788 } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/moeki0/mcp-auth0-oidc'

If you have feedback or need assistance with the MCP directory API, please join our Discord server