MetaMCP MCP サーバー
https://metamcp.com : すべての MCP を管理できる 1 つの MCP
MetaMCP MCPサーバーは、複数のMCPサーバーを1つに統合するプロキシサーバーです。MetaMCPアプリからツール/プロンプト/リソースの設定を取得し、ツール/プロンプト/リソースのリクエストを適切な基盤サーバーにルーティングします。
MetaMCP アプリリポジトリ: https://github.com/metatool-ai/metatool-app
インストール
Smithery経由でインストール
Smitheryは時々動作します(Windsurfでローカル環境で確認済み)。ただし、MetaMCPは他のMCPをその上で実行するという特殊な環境であるため、不安定になる場合があります。動作しない場合は、手動インストールをご検討ください。
Smithery経由で Claude Desktop 用の MetaMCP MCP Server を自動的にインストールするには:
手動インストール
使用法
stdio サーバーとして使用する (デフォルト)
SSEサーバーとして使用する
SSE トランスポート オプションを使用すると、サーバーは/sse
エンドポイントで SSE 接続をリッスンし、 /messages
エンドポイントでメッセージを受け入れる Express.js Web サーバーを起動します。
Dockerでの使用
Docker コンテナ内でサーバーを実行し、ホスト マシン上のサービスに接続する場合は、 --use-docker-host
オプションを使用して、localhost URL を自動的に変換します。
これにより、localhost または 127.0.0.1 の URL がhost.docker.internal
に変換され、コンテナがホスト上で実行されているサービスに適切に接続できるようになります。
コマンドラインオプション
環境変数
METAMCP_API_KEY
: MetaMCPのAPIキーMETAMCP_API_BASE_URL
: MetaMCP API のベース URLUSE_DOCKER_HOST
: 「true」に設定すると、Docker との互換性のために localhost URL を host.docker.internal に変換します。
発達
ハイライト
- あらゆるMCPクライアントと互換性あり
- マルチワークスペース レイヤーを使用すると、ワンクリックで別の MCP 構成セットに切り替えることができます。
- MCP 構成の GUI 動的更新。
- 結合された MCP の名前空間の分離。
アーキテクチャの概要
クレジット
- https://github.com/adamwattis/mcp-proxy-server/からのインスピレーションと一部のコード(このプロジェクトでリファクタリング)
Related MCP Servers
- -securityFlicense-qualityA configurable MCP server that dynamically loads capabilities from a remote configuration to bridge MCP clients with remote APIs for executing actions, accessing resources, and utilizing prompt templates.Last updated -6454TypeScript
- -securityAlicense-qualityA middleware server that enables multiple isolated instances of the same MCP servers to coexist independently with unique namespaces and configurations.Last updated -5457TypeScriptMIT License
- -securityFlicense-qualityAn MCP server that connects to the Resource Hub, allowing centralized configuration and management of tools and resources across different MCP environments.Last updated -2JavaScript
MCP-YNU FastMCP Serverofficial
-securityAlicense-qualityA dynamic MCP server implementation that automatically loads tools, resources, and prompts from their respective directories, allowing for easy extension and configuration.Last updated -PythonMIT License