Skip to main content
Glama
README.md577 B
# Cloudflare Workers Deployment ## Prerequisites - Cloudflare account and `CLOUDFLARE_API_TOKEN` with Workers permissions. - `wrangler` installed locally or use GitHub Action for CI deploys. ## Local Dev ``` wrangler dev ``` ## Configure Secrets ``` wrangler secret put TOKEN_ENC_KEY # Add any OAuth client secrets as needed ``` ## Deploy ``` wrangler deploy --env staging wrangler deploy --env production ``` The worker entry is `src/runtime/worker.ts` which exports a `fetch` handler. Ensure your config values align with Workers (e.g., base URLs for OAuth callbacks).

Latest Blog Posts

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/Jakedismo/master-mcp-server'

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