Skip to main content
Glama

@arizeai/phoenix-mcp

Official
by Arize-ai

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

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.

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

  1. Entwicklung
    1. Installieren
      1. Gebäude
      2. Entwicklungsmodus
      3. Debuggen
    2. Umgebungsvariablen
      1. Lizenz

        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