MCP Server
MCP 服务器
使用 Cloudflare Workers 和 Hono 框架构建的现代 AI 服务代理,支持包括 Anthropic Claude 和 OpenAI 在内的多家 AI 提供商。
特征
多供应商 AI 服务集成(Anthropic Claude、OpenAI)
基于 Cloudflare Workers 构建,用于全球边缘部署
使用 Hono 框架快速高效地处理请求
使用 TypeScript 实现类型安全
CORS 对跨域请求的支持
健康检查和提供商信息端点
Related MCP server: Remote MCP Server Authless
先决条件
Node.js(推荐 LTS 版本)
npm 或 pnpm 包管理器
用于部署的 Cloudflare 帐户
受支持的 AI 提供商的 API 密钥
安装
克隆存储库
安装依赖项:
pnpm install环境设置
复制示例环境文件:
cp .env.example .env使用您的 API 密钥和首选项在
.env中配置环境变量
发展
启动开发服务器:
pnpm run dev服务器将以开发模式启动并启用热重载。
部署
部署到 Cloudflare Workers:
pnpm run deployAPI 端点
健康检查
GET /health返回服务器状态和配置
提供商信息
GET /api/provider返回当前 AI 提供商和模型配置
MCP API
POST /api/mcpAI 服务请求的主要端点
接受带有上下文、查询和选项的 JSON 负载
项目结构
├── src/
│ ├── controllers/ # Request handlers
│ ├── models/ # Type definitions
│ ├── services/ # AI service implementations
│ └── index.ts # Main application entry
├── public/ # Static assets
└── wrangler.jsonc # Cloudflare Workers configuration执照
麻省理工学院
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 Servers
- FlicenseNot gradedqualityDmaintenanceAn open standard server implementation that enables AI assistants to directly access APIs and services through Model Context Protocol, built using Cloudflare Workers for scalability.
- FlicenseNot gradedqualityCmaintenanceA serverless Model Context Protocol implementation on Cloudflare Workers that enables AI tools without requiring authentication, allowing connection from AI Playground or Claude Desktop.
- FlicenseNot gradedqualityCmaintenanceA deployable Model Context Protocol server on Cloudflare Workers that enables custom AI tools without requiring authentication, compatible with Cloudflare AI Playground and Claude Desktop.
- FlicenseNot gradedqualityCmaintenanceA deployable MCP server on Cloudflare Workers that enables AI tools integration without authentication requirements, compatible with AI Playground and Claude Desktop.
Related MCP Connectors
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Real-time chat hub for AI agents — Claude Code, Cursor, Cline, Codex over MCP or REST.
Enterprise AI Control Plane: governance, guardrails, spend tracking, compliance & smart routing.
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/quang-pham-dev/my-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server