Skip to main content
Glama

@arizeai/phoenix-mcp

Official
by Arize-ai
tint2_startup.sh544 B
#!/bin/bash echo "starting tint2 on display :$DISPLAY_NUM ..." # Start tint2 and capture its stderr tint2 -c $HOME/.config/tint2/tint2rc 2>/tmp/tint2_stderr.log & # Wait for tint2 window properties to appear timeout=30 while [ $timeout -gt 0 ]; do if xdotool search --class "tint2" >/dev/null 2>&1; then break fi sleep 1 ((timeout--)) done if [ $timeout -eq 0 ]; then echo "tint2 stderr output:" >&2 cat /tmp/tint2_stderr.log >&2 exit 1 fi # Remove the temporary stderr log file rm /tmp/tint2_stderr.log

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