LLM ブリッジ MCP
LLM Bridge MCPは、AIエージェントが標準化されたインターフェースを介して複数の大規模言語モデルと対話することを可能にします。メッセージ制御プロトコル(MCP)を活用して、異なるLLMプロバイダーへのシームレスなアクセスを提供し、モデル間の切り替えや、同一アプリケーション内での複数のモデルの使用を容易にします。
特徴
- 複数の LLM プロバイダーへの統合インターフェース:
- OpenAI(GPTモデル)
- 人類学的(クロードモデル)
- Google(ジェミニモデル)
- ディープシーク
- ...
- 型安全性と検証のためにPydantic AIを搭載
- 温度や最大トークンなどのカスタマイズ可能なパラメータをサポート
- 使用状況の追跡と指標を提供します
ツール
サーバーは次のツールを実装します。
prompt
: LLMに送信するテキストプロンプトmodel_name
: 使用する特定のモデル(デフォルト: "openai")temperature
: ランダム性を制御します(0.0~1.0)max_tokens
: 生成するトークンの最大数system_prompt
: モデルの動作をガイドするオプションのシステムプロンプト
インストール
Smithery経由でインストール
Smithery経由で Claude Desktop 用の llm-bridge-mcp を自動的にインストールするには:
手動インストール
- リポジトリをクローンします。
- uvをインストールします (まだインストールされていない場合)。
構成
API キーを使用してルート ディレクトリに.env
ファイルを作成します。
使用法
Claude DesktopまたはCursorと併用
Claude Desktop 構成ファイルまたは.cursor/mcp.json
にサーバー エントリを追加します。
トラブルシューティング
よくある問題
1. 「spawn uvx ENOENT」エラー
このエラーは、システムがPATH内でuvx
実行ファイルを見つけられない場合に発生します。解決するには、以下の手順に従ってください。
解決策: uvxへのフルパスを使用する
uvx 実行可能ファイルへの完全なパスを見つけます。
次に、完全なパスを使用するように MCP サーバー構成を更新します。
ライセンス
このプロジェクトは MIT ライセンスに基づいてライセンスされています - 詳細については LICENSE ファイルを参照してください。
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.
Tools
AI エージェントが標準化されたインターフェースを介して複数の LLM プロバイダー (OpenAI、Anthropic、Google、DeepSeek) と対話できるようになり、モデル間の切り替えや同じアプリケーションでの複数のモデルの使用が容易になります。
Related MCP Servers
- AsecurityAlicenseAqualityProvides integration with OpenRouter.ai, allowing access to various AI models through a unified interface.Last updated -45553TypeScriptApache 2.0
- -securityFlicense-qualityFacilitates enhanced interaction with large language models (LLMs) by providing intelligent context management, tool integration, and multi-provider AI model coordination for efficient AI-driven workflows.Last updated -Python
- -securityFlicense-qualityEnables communication and coordination between different LLM agents across multiple systems, allowing specialized agents to collaborate on tasks, share context, and coordinate work through a unified platform.Last updated -6TypeScript
- AsecurityAlicenseAqualityAn AI router that connects applications to multiple LLM providers (OpenAI, Anthropic, Google, DeepSeek, Ollama, etc.) with smart model orchestration capabilities, enabling dynamic switching between models for different reasoning tasks.Last updated -367116TypeScriptMIT License