Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Cloudflare MCP Server
Claim
by
GutMutCode
npm
GitHub
Cloud Platforms
Developer Tools
TypeScript
Apache 2.0
8
5
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
mcp-server-cloudflare
src
.gitignore
LICENSE
package.json
package-lock.json
pnpm-lock.yaml
.prettierrc
README.md
tsconfig.json
{ "name": "@gutmutcode/mcp-server-cloudflare", "version": "1.1.0", "description": "MCP server for interacting with Cloudflare API", "license": "Apache-2.0", "author": "Cloudflare, Inc. (https://cloudflare.com) & GMC (https://gutmutcode.com)", "homepage": "https://github.com/GutMutCode/mcp-server-cloudflare", "bugs": { "url": "https://github.com/GutMutCode/mcp-server-cloudflare/issues" }, "type": "module", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "README.md" ], "access": "public", "bin": { "mcp-server-cloudflare": "dist/index.js" }, "scripts": { "build": "tsup src/index.ts --dts --format esm --external xdg-app-paths --external which", "postbuild": "shx chmod +x dist/*.js", "check": "tsc --noEmit", "build:watch": "pnpm build --watch" }, "dependencies": { "@iarna/toml": "^2.2.5", "@modelcontextprotocol/sdk": "^0.6.0", "chalk": "^5.3.0", "dotenv": "^16.4.5", "undici": "^5.28.4", "which": "^5.0.0", "xdg-app-paths": "^8.3.0", "zod": "^3.23.8" }, "devDependencies": { "@cloudflare/workers-types": "^4.20241112.0", "@types/node": "^22.10.0", "@types/which": "^3.0.4", "prettier": "^3.4.1", "shx": "^0.3.4", "tsup": "^8.3.5", "typescript": "^5.6.2" }, "engines": { "node": ">=16.17.0" }, "repository": { "type": "git", "url": "git+https://github.com/GutMutCode/mcp-server-cloudflare.git" } }