Skip to main content
Glama

MCP Server on Cloudflare Workers & Azure Functions

by TedTschopp
package.json•981 B
{ "name": "mcp-cloudflare-server", "version": "1.0.0", "description": "Model Context Protocol server hosted on Cloudflare Workers", "type": "module", "main": "src/index.ts", "scripts": { "dev": "wrangler dev", "deploy": "wrangler deploy", "deploy:azure": "npm run build:azure && func azure functionapp publish mcp-server", "build:azure": "tsc -p tsconfig.azure.json", "start:azure": "npm run build:azure && func start", "test": "node --loader ts-node/esm src/index.ts", "types": "tsc --noEmit" }, "keywords": [ "mcp", "cloudflare", "workers", "model-context-protocol" ], "author": "", "license": "MIT", "dependencies": { "@azure/functions": "^4.8.0", "@modelcontextprotocol/sdk": "^0.5.0" }, "devDependencies": { "@cloudflare/workers-types": "^4.20241004.0", "@types/node": "^20.14.0", "azure-functions-core-tools": "^4.0.5611", "typescript": "^5.5.0", "wrangler": "^3.78.0" } }

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/TedTschopp/MCP-Server-on-CloudFlare'

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