Skip to main content
Glama

mcp-server-cloudflare

Official
by cloudflare
wrangler.jsonc2.9 kB
/** * For more details on how to configure Wrangler, refer to: * https://developers.cloudflare.com/workers/wrangler/configuration/ */ { "$schema": "node_modules/wrangler/config-schema.json", "main": "src/graphql.app.ts", "compatibility_date": "2025-03-10", "compatibility_flags": ["nodejs_compat"], "name": "mcp-cloudflare-graphql-dev", "migrations": [ { "new_sqlite_classes": ["GraphQLMCP"], "tag": "v1" } ], "observability": { "enabled": true, "traces": { "enabled": true, "head_sampling_rate": 0.1 } }, "durable_objects": { "bindings": [ { "class_name": "GraphQLMCP", "name": "MCP_OBJECT" }, { "class_name": "UserDetails", "name": "USER_DETAILS" } ] }, "kv_namespaces": [ { "binding": "OAUTH_KV", "id": "DEV_KV" } ], "vars": { "ENVIRONMENT": "development", "MCP_SERVER_NAME": "<PLACEHOLDER>", "MCP_SERVER_VERSION": "<PLACEHOLDER>", "CLOUDFLARE_CLIENT_ID": "<PLACEHOLDER>", "CLOUDFLARE_CLIENT_SECRET": "<PLACEHOLDER>" }, "dev": { "port": 8976 }, "workers_dev": false, "preview_urls": false, "analytics_engine_datasets": [ { "binding": "MCP_METRICS", "dataset": "mcp-metrics-dev" } ], "env": { "staging": { "name": "mcp-cloudflare-graphql-staging", "account_id": "6702657b6aa048cf3081ff3ff3c9c52f", "routes": [{ "pattern": "graphql-staging.mcp.cloudflare.com", "custom_domain": true }], "durable_objects": { "bindings": [ { "class_name": "GraphQLMCP", "name": "MCP_OBJECT" }, { "class_name": "UserDetails", "name": "USER_DETAILS", "script_name": "mcp-cloudflare-workers-observability-staging" } ] }, "kv_namespaces": [ { "binding": "OAUTH_KV", "id": "1b00683b8c7443bc85ee67bcdca311b5" } ], "vars": { "ENVIRONMENT": "staging", "MCP_SERVER_NAME": "graphql-staging", "MCP_SERVER_VERSION": "1.0.0" }, "analytics_engine_datasets": [ { "binding": "MCP_METRICS", "dataset": "mcp-metrics-staging" } ] }, "production": { "name": "mcp-cloudflare-graphql-production", "account_id": "6702657b6aa048cf3081ff3ff3c9c52f", "routes": [{ "pattern": "graphql.mcp.cloudflare.com", "custom_domain": true }], "durable_objects": { "bindings": [ { "class_name": "GraphQLMCP", "name": "MCP_OBJECT" }, { "class_name": "UserDetails", "name": "USER_DETAILS", "script_name": "mcp-cloudflare-workers-observability-production" } ] }, "kv_namespaces": [ { "binding": "OAUTH_KV", "id": "84e15e4639ff40c59c6ffe41a68cdd54" } ], "vars": { "ENVIRONMENT": "production", "MCP_SERVER_NAME": "graphql", "MCP_SERVER_VERSION": "1.0.0" }, "analytics_engine_datasets": [ { "binding": "MCP_METRICS", "dataset": "mcp-metrics-production" } ] } } }

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

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