Skip to main content
Glama

@arizeai/phoenix-mcp

Official
by Arize-ai

Lizenz

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:

  • Eingabeaufforderungsverwaltung : Erstellen, Auflisten, Aktualisieren und Iterieren von Eingabeaufforderungen

  • Datensätze : Erkunden Sie Datensätze und synthetisieren Sie neue Beispiele

  • Experimente : Ziehen Sie Experimentergebnisse und visualisieren Sie diese mit Hilfe eines LLM

Sie finden keinen Anwendungsfall? @arizeai/phoenix-mcp ist Open Source ! Probleme und PRs sind willkommen.

Installation

Dieser MCP-Server kann mit npx verwendet und direkt in Clients wie Claude Desktop, Cursor und mehr integriert werden.

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

Entwicklung

Installieren

Dieses Paket wird über einen pnpm-Arbeitsbereich verwaltet.

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

Dies muss nur wiederholt werden, wenn sich Abhängigkeiten ändern oder eine Änderung am Phoenix-Client erfolgt.

Gebäude

So erstellen Sie das Projekt:

pnpm build

Entwicklungsmodus

So führen Sie die Ausführung im Entwicklungsmodus aus:

pnpm dev

Debuggen

Sie können den MCP-Inspektor wie folgt erstellen und ausführen:

pnpm inspect

Umgebungsvariablen

Bei der Entwicklung benötigt der Server folgende Umgebungsvariablen:

  • PHOENIX_API_KEY : Ihr Phoenix-API-Schlüssel

  • PHOENIX_BASE_URL : Die Basis-URL für Phoenix

Stellen Sie sicher, dass Sie diese in einer .env Datei festlegen. Siehe .env.example .

Lizenz

Apache 2.0

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 -
    6
    4
    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 -
    2
    3
    MIT License
  • -
    security
    -
    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.
  • -
    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

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