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.
Development
Install
This package is managed via a pnpm workspace.
This only needs to be repeated if dependencies change or there is a change to the phoenix-client.
Building
To build the project:
Development Mode
To run in development mode:
Debugging
You can build and run the MCP inspector using the following:
Environment Variables
When developing, the server requires the following environment variables:
PHOENIX_API_KEY
: Your Phoenix API keyPHOENIX_BASE_URL
: The base URL for Phoenix
Make sure to set these in a .env
file. See .env.example
.
License
Apache 2.0
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.
Tools
Der Phoenix MCP Server ist eine Implementierung des Model Context Protocol für die Arize Phoenix-Plattform. Er bietet eine einheitliche Schnittstelle zu den Funktionen von Phoenix.
Sie können Phoenix MCP Server für Folgendes verwenden:
Prompts Management: Erstellen, Auflisten, Aktualisieren und Iterieren von Prompts Datasets: Erkunden Sie Datasets und synte
Related MCP Servers
- -securityAlicense-qualityMCP 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 -14TypeScriptMIT License
- -securityAlicense-qualityMCP 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 -173TypeScriptMIT License
- -securityAlicense-qualityThis 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 -21JavaScriptMIT License
- -securityFlicense-qualityThis server acts as a Message Communication Protocol (MCP) service for integrating Apifox and Cursor, enabling OpenAPI interface implementation through AI-driven interaction.Last updated -7TypeScript