Skip to main content
Glama

mcp-server-cloudflare

Official
by cloudflare
utils.ts274 B
import { MCPClientManager } from 'agents/mcp/client' export async function initializeClient(): Promise<MCPClientManager> { const clientManager = new MCPClientManager('test-client', '0.0.0') await clientManager.connect('http://localhost:8977/sse') return clientManager }

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

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