Skip to main content
Glama

Remote MCP Server

by roboulos
cloudflare-worker-shim.d.ts324 B
// This file suppresses known type mismatches between Hono/OAuthProvider and Cloudflare Worker types // It tells TypeScript to trust the default export in src/index.ts as a valid Worker handler declare module "./src/index" { const handler: import("@cloudflare/workers-types").ExportedHandler; export default handler; }

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/roboulos/remote-mcp-server'

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