Skip to main content
Glama
gilberth

MCP Cloudflare DNS Server

package.json999 B
{ "name": "@modelcontextprotocol/inspector-server", "version": "0.14.3", "description": "Server-side application for the Model Context Protocol inspector", "license": "MIT", "author": "Anthropic, PBC (https://anthropic.com)", "homepage": "https://modelcontextprotocol.io", "bugs": "https://github.com/modelcontextprotocol/inspector/issues", "type": "module", "bin": { "mcp-inspector-server": "build/index.js" }, "files": [ "build" ], "scripts": { "build": "tsc", "start": "node build/index.js", "dev": "tsx watch --clear-screen=false src/index.ts", "dev:windows": "tsx watch --clear-screen=false src/index.ts < NUL" }, "devDependencies": { "@types/cors": "^2.8.17", "@types/express": "^4.17.21", "@types/ws": "^8.5.12", "tsx": "^4.19.0", "typescript": "^5.6.2" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.1", "cors": "^2.8.5", "express": "^5.1.0", "ws": "^8.18.0", "zod": "^3.23.8" } }

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