Skip to main content
Glama

MCP Server on Cloudflare Workers & Azure Functions

by TedTschopp
tsconfig.azure.json•479 B
{ "extends": "./tsconfig.json", "compilerOptions": { "module": "commonjs", "target": "ES2021", "outDir": "dist", "rootDir": ".", "sourceMap": true, "strict": false, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "resolveJsonModule": true, "types": ["@azure/functions", "node"] }, "include": [ "src/azure-handler.ts" ], "exclude": [ "node_modules", "src/index.ts" ] }

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