@arizeai/phoenix-mcp
OfficialPhoenix MCP Server — это реализация Model Context Protocol для платформы Arize Phoenix. Он предоставляет унифицированный интерфейс для возможностей Phoenix.
Вы можете использовать Phoenix MCP Server для:
Управление подсказками : создание, перечисление, обновление и итерация подсказок.
Наборы данных : исследуйте наборы данных и синтезируйте новые примеры.
Эксперименты : извлечение результатов экспериментов и их визуализация с помощью LLM.
Не видите рассмотренного варианта использования? @arizeai/phoenix-mcp — проект с открытым исходным кодом ! Вопросы и PR приветствуются.
Установка
Этот MCP-сервер можно использовать с помощью npx и напрямую интегрировать с такими клиентами, как Claude Desktop, Cursor и другими.
{
"mcpServers": {
"phoenix": {
"command": "npx",
"args": [
"-y",
"@arizeai/phoenix-mcp@latest",
"--baseUrl",
"https://my-phoenix.com",
"--apiKey",
"your-api-key"
]
}
}Related MCP server: @prompthub/mcp
Разработка
Установить
Управление этим пакетом осуществляется через рабочее пространство pnpm.
// From the /js/ directory
pnpm install
pnpm buildЭто необходимо повторять только в случае изменения зависимостей или изменения клиента Phoenix.
Здание
Для создания проекта:
pnpm buildРежим разработки
Для запуска в режиме разработки:
pnpm devОтладка
Вы можете создать и запустить инспектор MCP, используя следующее:
pnpm inspectПеременные среды
При разработке серверу требуются следующие переменные среды:
PHOENIX_API_KEY: Ваш ключ API PhoenixPHOENIX_BASE_URL: базовый URL для Phoenix
Обязательно задайте их в файле .env . См. .env.example .
Лицензия
Апач 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