Skip to content

arize-ai/arize-phoenix

v0.1.0Apache-2.0

Connect to your Phoenix instance to debug, evaluate, and improve LLM applications.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

phoenixstdio
{
  "type": "stdio",
  "command": "./scripts/phoenix-mcp",
  "env": {
    "PHOENIX_ENDPOINT": "${PHOENIX_ENDPOINT}",
    "PHOENIX_API_KEY": "${PHOENIX_API_KEY}"
  }
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "arize-phoenix",
  "version": "0.1.0",
  "description": "Connect to your Phoenix instance to debug, evaluate, and improve LLM applications.",
  "author": {
    "name": "Arize AI",
    "email": "oss@arize.com",
    "url": "https://arize.com"
  },
  "homepage": "https://arize.com/docs/phoenix",
  "repository": "https://github.com/Arize-ai/phoenix",
  "license": "Apache-2.0",
  "keywords": [
    "phoenix",
    "arize",
    "observability",
    "tracing",
    "evals",
    "llm",
    "mcp"
  ],
  "extensions": {
    "com.openai": {
      "interface": {
        "displayName": "Arize Phoenix",
        "shortDescription": "Debug and evaluate LLM apps with Phoenix.",
        "longDescription": "Explore traces, spans, and sessions, inspect datasets and experiments, and review evaluations in your Phoenix instance. Connects to the Phoenix MCP server and signs in with your Phoenix account.",
        "developerName": "Arize AI",
        "category": "Developer Tools",
        "capabilities": [
          "Read",
          "Write"
        ],
        "websiteURL": "https://arize.com/docs/phoenix",
        "defaultPrompt": [
          "List my Phoenix projects.",
          "Show recent traces with errors and summarize what failed.",
          "Compare the latest experiment runs on my dataset."
        ],
        "brandColor": "#00ADEE",
        "logo": "./assets/logo.svg"
      }
    }
  }
}

Client extensions

Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.

  • com.openai