Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
mcp-server-cloudflare
Claim
Official
by
cloudflare
npm
GitHub
Cloud Platforms
TypeScript
Apache 2.0
1,355
903
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
mcp-server-cloudflare
src
tests
.gitignore
LICENSE
package.json
package-lock.json
pnpm-lock.yaml
.prettierignore
.prettierrc
README.md
tsconfig.json
vitest.config.ts
{ "compilerOptions": { "target": "esnext", "lib": [ "esnext" ] /* Specify a set of bundled library declaration files that describe the target runtime environment. */, "module": "esnext" /* Specify what module code is generated. */, "moduleResolution": "Bundler" /* Specify how TypeScript looks up a file from a given module specifier. */, "types": ["@cloudflare/workers-types/experimental"], "noEmit": true /* Disable emitting files from a compilation. */, "esModuleInterop": true, "outDir": "dist", "strict": true, "skipLibCheck": true }, "include": ["src/**/*.ts", "tests/**/*.ts"], "exclude": ["node_modules"] }