Skip to main content
Glama

@arizeai/phoenix-mcp

Official
by Arize-ai
docker-compose.yml541 B
services: phoenix: build: dockerfile: ./Dockerfile context: . depends_on: - db ports: - 6006:6006 - 4317:4317 environment: - PHOENIX_SQL_DATABASE_URL=postgresql://postgres:postgres@db:5432/postgres db: image: postgres:16 restart: always environment: - POSTGRES_USER=postgres - POSTGRES_PASSWORD=postgres - POSTGRES_DB=postgres ports: - 5432 volumes: - database_data:/var/lib/postgresql/data volumes: database_data: driver: local

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