Skip to main content
Glama

@arizeai/phoenix-mcp

Official
by Arize-ai

Phoenix MCPサーバーは、Arize Phoenixプラットフォーム向けのモデルコンテキストプロトコル(MCP)の実装です。Phoenixの機能への統一されたインターフェースを提供します。

Phoenix MCP サーバーは次の用途に使用できます。

  • プロンプト管理: プロンプトの作成、一覧表示、更新、反復処理
  • データセット: データセットを探索し、新しい例を合成する
  • 実験: LLM の助けを借りて実験結果を引き出し、視覚化する

ユースケースが見つからないですか? @arizeai/phoenix-mcpオープンソースです!問題や PR を歓迎します。

インストール

この MCP サーバーはnpxを使用して使用でき、Claude Desktop、Cursor などのクライアントと直接統合できます。

{ "mcpServers": { "phoenix": { "command": "npx", "args": [ "-y", "@arizeai/phoenix-mcp@latest", "--baseUrl", "https://my-phoenix.com", "--apiKey", "your-api-key" ] } }

発達

インストール

このパッケージは、pnpm ワークスペースを介して管理されます。

// From the /js/ directory pnpm install pnpm build

依存関係が変更された場合、または phoenix-client に変更があった場合にのみ、これを繰り返す必要があります。

建物

プロジェクトをビルドするには:

pnpm build

開発モード

開発モードで実行するには:

pnpm dev

デバッグ

次のコマンドを使用して、MCP インスペクターをビルドして実行できます。

pnpm inspect

環境変数

開発時には、サーバーに次の環境変数が必要です。

  • PHOENIX_API_KEY : Phoenix APIキー
  • PHOENIX_BASE_URL : PhoenixのベースURL

これらは必ず.envファイルで設定してください。.env.example .env.example参照してください。

ライセンス

アパッチ 2.0

Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

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.

Phoenix MCPサーバーは、Arize Phoenixプラットフォーム向けのモデルコンテキストプロトコル(MCP)の実装です。Phoenixの機能への統一されたインターフェースを提供します。

Phoenix MCP サーバーは次の用途に使用できます。

プロンプト管理: プロンプトの作成、一覧表示、更新、反復処理 データセット: データセットの探索、および

  1. 発達
    1. インストール
      1. 建物
      2. 開発モード
      3. デバッグ
    2. 環境変数
      1. ライセンス

        Related MCP Servers

        • -
          security
          A
          license
          -
          quality
          MCP 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 -
          4
          3
          TypeScript
          MIT License
        • -
          security
          A
          license
          -
          quality
          MCP 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 -
          13
          2
          TypeScript
          MIT License
        • -
          security
          A
          license
          -
          quality
          This 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 -
          2
          1
          JavaScript
          MIT License
        • -
          security
          F
          license
          -
          quality
          This server acts as a Message Communication Protocol (MCP) service for integrating Apifox and Cursor, enabling OpenAPI interface implementation through AI-driven interaction.
          Last updated -
          7
          TypeScript

        View all related MCP servers

        MCP directory API

        We provide all the information about MCP servers via our MCP API.

        curl -X GET 'https://glama.ai/api/mcp/v1/servers/Arize-ai/phoenix'

        If you have feedback or need assistance with the MCP directory API, please join our Discord server