Skip to main content
Glama

Remote MCP Server (Authless)

strip-cf-connecting-ip-header.js351 B
function stripCfConnectingIPHeader(input, init) { const request = new Request(input, init); request.headers.delete("CF-Connecting-IP"); return request; } globalThis.fetch = new Proxy(globalThis.fetch, { apply(target, thisArg, argArray) { return Reflect.apply(target, thisArg, [ stripCfConnectingIPHeader.apply(null, argArray), ]); }, });

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/elizabethsiegle/remote-mcp-server-authless-rickroll'

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