Skip to main content
Glama

@arizeai/phoenix-mcp

Official
by Arize-ai
docker-compose.yaml679 B
version: '3' services: postgres: image: postgres:latest environment: POSTGRES_USER: postgres POSTGRES_PASSWORD: phoenix POSTGRES_DB: postgres ports: - "5432:5432" volumes: - postgres-data:/var/lib/postgresql/data - ./certs/server.crt:/etc/postgresql/server.crt:ro - ./certs/server.key:/etc/postgresql/server.key:ro - ./certs/root.crt:/etc/postgresql/root.crt:ro - ./postgresql.conf:/etc/postgresql/postgresql.conf:ro - ./pg_hba.conf:/etc/postgresql/pg_hba.conf:ro command: postgres -c config_file=/etc/postgresql/postgresql.conf -c hba_file=/etc/postgresql/pg_hba.conf volumes: postgres-data:

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