Remote MCP Server
Создание удаленного MCP-сервера на Cloudflare (без аутентификации)
Этот пример позволяет развернуть удаленный MCP-сервер, который не требует аутентификации, на Cloudflare Workers.
Начало работы:
Это развернет ваш MCP-сервер по URL-адресу вида: remote-mcp-server-authless.<your-account>.workers.dev/sse
Альтернативно, вы можете использовать командную строку ниже, чтобы создать удаленный MCP-сервер на вашем локальном компьютере:
npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authlessRelated MCP server: remote-mcp-server-authless
Настройка вашего MCP-сервера
Чтобы добавить свои собственные инструменты на MCP-сервер, определите каждый инструмент внутри метода init() в файле src/index.ts, используя this.server.tool(...).
Подключение к Cloudflare AI Playground
Вы можете подключиться к своему MCP-серверу из Cloudflare AI Playground, который является удаленным MCP-клиентом:
Перейдите на https://playground.ai.cloudflare.com/
Введите URL вашего развернутого MCP-сервера (
remote-mcp-server-authless.<your-account>.workers.dev/sse)Теперь вы можете использовать свои MCP-инструменты прямо из песочницы!
Подключение Claude Desktop к вашему MCP-серверу
Вы также можете подключиться к своему удаленному MCP-серверу из локальных MCP-клиентов, используя mcp-remote proxy.
Чтобы подключиться к вашему MCP-серверу из Claude Desktop, следуйте руководству по быстрому старту от Anthropic, а в Claude Desktop перейдите в Settings > Developer > Edit Config.
Обновите конфигурацию следующим образом:
{
"mcpServers": {
"calculator": {
"command": "npx",
"args": [
"mcp-remote",
"http://localhost:8787/sse" // or remote-mcp-server-authless.your-account.workers.dev/sse
]
}
}
}Перезапустите Claude, и вы увидите, что инструменты стали доступны.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Cloudflare Workers MCP server: interactive-api-playground
Cloudflare Workers MCP server: ai-agent-scratchpad
9 remote MCP servers on Cloudflare Workers for AI agents. Free tier + Pro API keys.
Cloudflare Workers MCP server: ai-gateway
Related MCP Servers
FlicenseNot gradedqualityDmaintenanceA remote MCP server deployed on Cloudflare Workers without authentication, enabling tools via SSE for use with AI playgrounds and desktop clients.16-- FlicenseNot gradedqualityCmaintenanceDeploy a remote MCP server on Cloudflare Workers without authentication, enabling custom tools accessible via SSE and compatible with clients like Claude Desktop.-
- FlicenseNot gradedqualityCmaintenanceDeploy a remote MCP server on Cloudflare Workers without authentication, enabling connection to custom tools via SSE.-
- FlicenseNot gradedqualityNot gradedmaintenanceDeploy a remote MCP server on Cloudflare Workers without authentication, enabling tools to be used via SSE endpoint from AI Playground or Claude Desktop.-
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Sebzo-work/ResearchDayWorkshopExample202604'
If you have feedback or need assistance with the MCP directory API, please join our Discord server