Skip to main content
Glama

@arizeai/phoenix-mcp

Official
by Arize-ai

Phoenix MCP Server is an implementation of the Model Context Protocol for the Arize Phoenix platform. It provides a unified interface to Phoenix's capabilites.

You can use Phoenix MCP Server for:

  • Projects Management: List and explore projects that organize your observability data
  • Spans & Annotations: Retrieve spans and their annotations for analysis and debugging
  • Prompts Management: Create, list, update, and iterate on prompts
  • Datasets: Explore datasets, and syntesize new examples
  • Experiments: Pull experiment results and visualize them with the help of an LLM

Don't see a use-case covered? @arizeai/phoenix-mcp is open-source! Issues and PRs welcome.

Installation

This MCP server can be used using npx and can be directly integrated with clients like Claude Desktop, Cursor, and more.

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

Development

Install

This package is managed via a pnpm workspace.

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

This only needs to be repeated if dependencies change or there is a change to the phoenix-client.

Building

To build the project:

pnpm build

Development Mode

To run in development mode:

pnpm dev

Debugging

You can build and run the MCP inspector using the following:

pnpm inspect

Environment Variables

When developing, the server requires the following environment variables:

  • PHOENIX_API_KEY: Your Phoenix API key
  • PHOENIX_BASE_URL: The base URL for Phoenix

Make sure to set these in a .env file. See .env.example.

License

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.

El Servidor MCP de Phoenix es una implementación del Protocolo de Contexto de Modelo para la plataforma Arize Phoenix. Proporciona una interfaz unificada para las funcionalidades de Phoenix.

Puede utilizar Phoenix MCP Server para:

Administración de indicaciones: cree, enumere, actualice e itere en indicaciones Conjuntos de datos: explore conjuntos de datos y sintetice

  1. Desarrollo
    1. Instalar
      1. Edificio
      2. Modo de desarrollo
      3. Depuración
    2. Variables de entorno
      1. Licencia

        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 7 months ago
          1
          4
          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 6 months ago
          17
          3
          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 6 months ago
          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 6 months ago
          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