Skip to main content
Glama

@arizeai/phoenix-mcp

Official
by Arize-ai
mutter_startup.sh446 B
echo "starting mutter" XDG_SESSION_TYPE=x11 mutter --replace --sm-disable 2>/tmp/mutter_stderr.log & # Wait for tint2 window properties to appear timeout=30 while [ $timeout -gt 0 ]; do if xdotool search --class "mutter" >/dev/null 2>&1; then break fi sleep 1 ((timeout--)) done if [ $timeout -eq 0 ]; then echo "mutter stderr output:" >&2 cat /tmp/mutter_stderr.log >&2 exit 1 fi rm /tmp/mutter_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