Skip to main content
Glama

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

发展

安装

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

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