@arizeai/phoenix-mcp
OfficialDer 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"
]
}
}Related MCP server: @prompthub/mcp
Entwicklung
Installieren
Dieses Paket wird über einen pnpm-Arbeitsbereich verwaltet.
// From the /js/ directory
pnpm install
pnpm buildDies muss nur wiederholt werden, wenn sich Abhängigkeiten ändern oder eine Änderung am Phoenix-Client erfolgt.
Gebäude
So erstellen Sie das Projekt:
pnpm buildEntwicklungsmodus
So führen Sie die Ausführung im Entwicklungsmodus aus:
pnpm devDebuggen
Sie können den MCP-Inspektor wie folgt erstellen und ausführen:
pnpm inspectUmgebungsvariablen
Bei der Entwicklung benötigt der Server folgende Umgebungsvariablen:
PHOENIX_API_KEY: Ihr Phoenix-API-SchlüsselPHOENIX_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
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseDqualityDmaintenanceA ready-to-use starter implementation of the Model Context Protocol (MCP) server that enables applications to provide standardized context for LLMs with sample resources, tools, and prompts.21781
- Alicense-qualityBmaintenanceMCP server for PromptHub. Enables publishing, fetching, listing, updating, and searching prompt repositories from Claude Code or Codex.10MIT

synapse-mcpofficial
Alicense-qualityAmaintenanceA Model Context Protocol (MCP) server that enables AI agent access to Synapse entities such as Datasets, Projects, Folders, Files, Tables, and more.3MIT
picsellia-mcpofficial
Flicense-qualityDmaintenanceMCP server that wraps the Picsellia Python SDK, giving AI assistants access to computer vision platform capabilities such as datasets, experiments, models, deployments, and monitoring.
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
MCP (Model Context Protocol) server for Appwrite
A Model Context Protocol server for Wix AI tools
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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