mcp-context-forge

A Model Context Protocol (MCP) Gateway & Registry. Serves as a central management point for tools, resources, and prompts that can be accessed by MCP-compatible LLM applications. Converts REST API endpoints to MCP, composes virtual MCP servers with added security and observability, and converts between protocols (stdio, SSE, Streamable HTTP).

GitHubスター

2,377

ユーザー評価

未評価

お気に入り

0

閲覧数

42

フォーク

273

イシュー

204

インストール方法
難易度
expert
推定所要時間
20-45

インストール方法

インストール方法

前提条件

必要なソフトウェアとバージョンを明記してください。
Python: 3.7以上
pip: 最新版

インストール手順

1. リポジトリのクローン

bash
git clone https://github.com/IBM/mcp-context-forge.git
cd mcp-context-forge

2. 依存関係のインストール

bash
pip install -r requirements.txt

3. サーバーの起動

bash
python -m mcp_context_forge

トラブルシューティング

よくある問題

問題: サーバーが起動しない 解決策: Pythonのバージョンを確認し、依存関係を再インストールしてください。 問題: APIエンドポイントにアクセスできない 解決策: サーバーの設定とネットワーク接続を確認してください。