Skip to main content
Glama
Arize-ai

@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"
      ]
    }
  }

Related MCP server: @prompthub/mcp

発達

インストール

このパッケージは、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
license - permissive license
B
quality
A
maintenance

Maintenance

Maintainers
4dResponse time
1dRelease cycle
278Releases (12mo)
Commit activity
Issues opened vs closed

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    D
    quality
    D
    maintenance
    A ready-to-use starter implementation of the Model Context Protocol (MCP) server that enables applications to provide standardized context for LLMs with sample resources, tools, and prompts.
    2
    178
    1
  • F
    license
    -
    quality
    D
    maintenance
    MCP server that wraps the Picsellia Python SDK, giving AI assistants access to computer vision platform capabilities such as datasets, experiments, models, deployments, and monitoring.

View all related MCP servers

Related MCP Connectors

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

  • MCP (Model Context Protocol) server for Appwrite

  • A Model Context Protocol server for Wix AI tools

View all MCP Connectors

Latest Blog Posts

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