MCPサーバー
Cloudflare Workers と Hono フレームワークで構築された最新の AI サービス プロキシで、Anthropic Claude や OpenAI などの複数の AI プロバイダーをサポートします。
特徴
マルチプロバイダー AI サービス統合 (Anthropic Claude、OpenAI)
グローバルエッジ展開のためのCloudflare Workers上に構築
Honoフレームワークによる高速かつ効率的なリクエスト処理
TypeScriptによる型安全な実装
クロスオリジンリクエストのCORSサポート
ヘルスチェックとプロバイダー情報エンドポイント
前提条件
Node.js (LTS バージョンを推奨)
npm または pnpm パッケージマネージャー
デプロイメント用のCloudflareアカウント
サポートされているAIプロバイダーのAPIキー
インストール
リポジトリをクローンする
依存関係をインストールします:
環境設定
サンプル環境ファイルをコピーします。
APIキーと設定を使用して
.env
の環境変数を設定します
発達
開発サーバーを起動します。
サーバーはホット リロードが有効になっている開発モードで起動します。
展開
Cloudflare Workers にデプロイする:
APIエンドポイント
健康チェック
GET /health
サーバーのステータスと構成を返します
プロバイダー情報
GET /api/provider
現在のAIプロバイダーとモデル構成を返します
MCP API
POST /api/mcp
AIサービスリクエストのメインエンドポイント
コンテキスト、クエリ、オプションを含む JSON ペイロードを受け入れます
プロジェクト構造
ライセンス
マサチューセッツ工科大学
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Cloudflare Workers を使用してグローバルに展開された、統合 API を介して複数の AI プロバイダー (Anthropic Claude、OpenAI) とのやり取りを可能にする最新の AI サービス プロキシです。
Related MCP Servers
- -securityFlicense-qualityAn open standard server implementation that enables AI assistants to directly access APIs and services through Model Context Protocol, built using Cloudflare Workers for scalability.Last updated -
- -securityFlicense-qualityA Cloudflare Workers-based server implementing the Model Context Protocol that enables AI assistants like Claude to securely access external tools through OAuth authentication.Last updated -14
- -securityFlicense-qualityA Cloudflare Workers-based Model Context Protocol server that enables AI assistants like Claude to access external tools via OAuth authentication.Last updated -14
- -securityFlicense-qualityA Cloudflare Workers-based implementation of a Model Context Protocol server that enables AI assistants like Claude to access external tools through OAuth authentication.Last updated -