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
frontend:
streamlit run ./src/app.py
format:
ruff check --fix . && ruff format .
typecheck:
pyright .
types:
datamodel-codegen --input schema.json --input-file-type openapi --output frontend/request_types.py --enum-field-as-literal all
requirements:
uv pip compile pyproject.toml > requirements.txt
docker-build:
docker build -t frontend .
docker-run:
docker run -p 8501:8501 -it frontend