@arizeai/phoenix-mcp
OfficialPhoenix MCP 服务器是 Arize Phoenix 平台模型上下文协议 (MCP) 的实现,它为 Phoenix 的功能提供了统一的接口。
您可以使用 Phoenix MCP 服务器进行以下操作:
提示管理:创建、列出、更新和迭代提示
数据集:探索数据集并合成新示例
实验:提取实验结果,并在法学硕士的帮助下将其可视化
没有找到涵盖的用例? @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-client 发生变化时才需要重复此操作。
建筑
要构建项目:
pnpm build开发模式
要在开发模式下运行:
pnpm dev调试
您可以使用以下命令构建并运行 MCP 检查器:
pnpm inspect环境变量
在开发时,服务器需要以下环境变量:
PHOENIX_API_KEY:您的 Phoenix API 密钥PHOENIX_BASE_URL:Phoenix 的基本 URL
确保将这些设置到.env文件中。请参阅.env.example 。
执照
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