Phoenix MCPサーバーは、Arize Phoenixプラットフォーム向けのモデルコンテキストプロトコル(MCP)の実装です。Phoenixの機能への統一されたインターフェースを提供します。
Phoenix MCP サーバーは次の用途に使用できます。
- プロンプト管理: プロンプトの作成、一覧表示、更新、反復処理
- データセット: データセットを探索し、新しい例を合成する
- 実験: LLM の助けを借りて実験結果を引き出し、視覚化する
ユースケースが見つからないですか? @arizeai/phoenix-mcp
オープンソースです!問題や PR を歓迎します。
インストール
この MCP サーバーはnpx
を使用して使用でき、Claude Desktop、Cursor などのクライアントと直接統合できます。
発達
インストール
このパッケージは、pnpm ワークスペースを介して管理されます。
依存関係が変更された場合、または phoenix-client に変更があった場合にのみ、これを繰り返す必要があります。
建物
プロジェクトをビルドするには:
開発モード
開発モードで実行するには:
デバッグ
次のコマンドを使用して、MCP インスペクターをビルドして実行できます。
環境変数
開発時には、サーバーに次の環境変数が必要です。
PHOENIX_API_KEY
: Phoenix APIキーPHOENIX_BASE_URL
: PhoenixのベースURL
これらは必ず.env
ファイルで設定してください。.env.example .env.example
参照してください。
ライセンス
アパッチ 2.0
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
Phoenix MCPサーバーは、Arize Phoenixプラットフォーム向けのモデルコンテキストプロトコル(MCP)の実装です。Phoenixの機能への統一されたインターフェースを提供します。
Phoenix MCP サーバーは次の用途に使用できます。
プロンプト管理: プロンプトの作成、一覧表示、更新、反復処理 データセット: データセットの探索、および
Related MCP Servers
- -securityAlicense-qualityMCP Server simplifies the implementation of the Model Context Protocol by providing a user-friendly API to create custom tools and manage server workflows efficiently.Last updated -43TypeScriptMIT License
- -securityAlicense-qualityMCP Server provides a simpler API to interact with the Model Context Protocol by allowing users to define custom tools and services to streamline workflows and processes.Last updated -132TypeScriptMIT License
- -securityAlicense-qualityThis server implements the Model Context Protocol (MCP) to handle asynchronous tasks with real-time status tracking, robust error handling, and automatic resource management.Last updated -21JavaScriptMIT License
- -securityFlicense-qualityThis server acts as a Message Communication Protocol (MCP) service for integrating Apifox and Cursor, enabling OpenAPI interface implementation through AI-driven interaction.Last updated -7TypeScript