Skip to main content
Glama
gilberth

MCP Cloudflare DNS Server

package.json1.41 kB
{ "name": "@thelord/mcp-cloudflare", "description": "A Model Context Protocol server implementation for Cloudflare DNS that enables AI agents to manage DNS records for your domains", "version": "1.6.0", "author": "TheLord", "main": "dist/index.js", "module": "./src/index.ts", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/gilberth/mcp-cloudflare.git" }, "types": "./index.d.ts", "scripts": { "build": "tsc --build", "build:swc": "swc src --source-maps --out-dir dist", "inspect": "@modelcontextprotocol/inspector tsx src/index.ts", "dev": "npx @smithery/cli dev", "smithery:build": "npx @smithery/cli build" }, "bin": { "mcp-cloudflare": "dist/cli.js" }, "type": "module", "keywords": [ "mcp", "cloudflare", "dns", "domain-management" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.10.1", "dotenv": "^16.5.0", "zod": "^3.24.3" }, "devDependencies": { "@biomejs/biome": "1.9.4", "@modelcontextprotocol/inspector": "^0.14.3", "@smithery/cli": "^1.0.0", "@swc/cli": "^0.7.3", "@swc/core": "^1.11.21", "@types/node": "^22.0.0", "tsx": "^4.20.3", "typescript": "^5.8.3" }, "engines": { "node": ">=20.0.0", "npm": ">=9.0.0" }, "publishConfig": { "provenance": true } }

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

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