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 .envAPIキーと設定を使用して
.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