Skip to main content
Glama

mcp-server-cloudflare

Official
by cloudflare
logpush.context.ts578 B
import type { UserDetails } from '@repo/mcp-common/src/durable-objects/user_details.do' import type { LogsMCP } from './logpush.app' export interface Env { OAUTH_KV: KVNamespace ENVIRONMENT: 'development' | 'staging' | 'production' MCP_SERVER_NAME: string MCP_SERVER_VERSION: string CLOUDFLARE_CLIENT_ID: string CLOUDFLARE_CLIENT_SECRET: string MCP_OBJECT: DurableObjectNamespace<LogsMCP> USER_DETAILS: DurableObjectNamespace<UserDetails> MCP_METRICS: AnalyticsEngineDataset DEV_DISABLE_OAUTH: string DEV_CLOUDFLARE_API_TOKEN: string DEV_CLOUDFLARE_EMAIL: string }

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