Skip to main content
Glama

Auth0 OAuth MCP Server

by pratham-svg
wrangler.jsonc744 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", "compatibility_flags": ["nodejs_compat"], "migrations": [ { "new_sqlite_classes": ["AuthenticatedMCP"], "tag": "v1" } ], "durable_objects": { "bindings": [ { "class_name": "AuthenticatedMCP", "name": "MCP_OBJECT" } ] }, "kv_namespaces": [ { "binding": "OAUTH_KV", "id": "6238194dce3842dab5b0996d876a4f78" } ], "ai": { "binding": "AI" }, "observability": { "enabled": true }, "dev": { "port": 8787 } }

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/pratham-svg/MCP-OAuth'

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