@arizeai/phoenix-mcp
OfficialPhoenix 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
Maintenance
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
- FlicenseDqualityDmaintenanceA 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.21781
- Alicense-qualityBmaintenanceMCP server for PromptHub. Enables publishing, fetching, listing, updating, and searching prompt repositories from Claude Code or Codex.10MIT

synapse-mcpofficial
Alicense-qualityAmaintenanceA Model Context Protocol (MCP) server that enables AI agent access to Synapse entities such as Datasets, Projects, Folders, Files, Tables, and more.3MIT
picsellia-mcpofficial
Flicense-qualityDmaintenanceMCP server that wraps the Picsellia Python SDK, giving AI assistants access to computer vision platform capabilities such as datasets, experiments, models, deployments, and monitoring.
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
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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