Skip to main content
Glama

MCP Server on Cloudflare Workers & Azure Functions

by TedTschopp
azure-function.json•374 B
{ "bindings": [ { "authLevel": "anonymous", "type": "httpTrigger", "direction": "in", "name": "req", "methods": [ "get", "post", "options" ], "route": "{*segments}" }, { "type": "http", "direction": "out", "name": "res" } ], "scriptFile": "../dist/azure-handler.js" }

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