Skip to main content
Glama
Arize-ai

@arizeai/phoenix-mcp

Official
by Arize-ai

执照

Phoenix MCP 服务器是 Arize Phoenix 平台模型上下文协议 (MCP) 的实现,它为 Phoenix 的功能提供了统一的接口。

您可以使用 Phoenix MCP 服务器进行以下操作:

  • 提示管理:创建、列出、更新和迭代提示

  • 数据集:探索数据集并合成新示例

  • 实验:提取实验结果,并在法学硕士的帮助下将其可视化

没有找到涵盖的用例? @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: MCP Server

发展

安装

该包通过 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

执照

Apache 2.0

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

Resources

Looking for Admin?

Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.

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