Skip to main content
Glama

@arizeai/phoenix-mcp

Official
by Arize-ai
launch-phoenix-ts.md1.19 kB
--- title: Launch Phoenix TS --- {% tabs %} {% tab title="Phoenix Cloud" %} 1. Sign up for an Arize Phoenix account at [https://app.phoenix.arize.com/login](https://app.phoenix.arize.com/login) 2. Grab your API key from the Keys option on the left bar. 3. In your code, configure environment variables for your endpoint and API key: <pre class="language-sh"><code class="lang-sh"><strong># .env, or shell environment </strong> # Add Phoenix API Key for tracing PHOENIX_API_KEY="ADD YOUR PHOENIX API KEY" # And Collector Endpoint for Phoenix Cloud PHOENIX_COLLECTOR_ENDPOINT="ADD YOUR PHOENIX HOSTNAME" </code></pre> {% endtab %} {% tab title="Self-Hosted Phoenix" %} 1. Run Phoenix using Docker, local terminal, Kubernetes etc. For more information, see [self-hosting](https://arize.com/docs/phoenix/self-hosting). 2. In your code, configure environment variables for your endpoint and API key: ```shell # .env, or shell environment # Collector Endpoint for your self hosted Phoenix, like localhost PHOENIX_COLLECTOR_ENDPOINT="http://localhost:6006" # (optional) If authentication enabled, add Phoenix API Key for tracing PHOENIX_API_KEY="ADD YOUR API KEY" ``` {% endtab %} {% endtabs %}

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