Skip to main content
Glama

@arizeai/phoenix-mcp

Official
by Arize-ai
.gitignore1.87 kB
# Generated dirs .vscode !.vscode/extensions.json .idea .coverage node_modules dist sdist *__pycache__* **/.pytest_cache **/.ipynb_checkpoints/ **/.DS_Store # Server static files /src/phoenix/server/static/* # Docgen /js/**/docs # Data files *.csv !tests/**/fixtures/*.csv *.hdf *.hdf5 # Testing coverage.xml .tox # devtools pyrightconfig.json !/packages/phoenix-client/src/phoenix/client/helpers/sdk/pyrightconfig.json !/packages/phoenix-client/tests/canary/sdk/pyrightconfig.json !/tests/integration/pyrightconfig.json .cursorrules # Demo data tutorials/internal/demo_llama_index/*.json examples/agent_framework_comparison/utils/saved_traces/*.parquet .env # python environments .conda .venv # Deno Notebook Environment js/examples/notebooks/**/deno.lock # These can be generated by code refactoring via IntelliJ, # but they should be excluded from their Python packages, as # they would clobber the same files in phoenix when they are # installed as submodules. /packages/__init__.py /packages/phoenix-client/__init__.py /packages/phoenix-client/src/__init__.py /packages/phoenix-client/src/phoenix/__init__.py /packages/phoenix-evals/__init__.py /packages/phoenix-evals/src/__init__.py /packages/phoenix-evals/src/phoenix/__init__.py /packages/phoenix-otel/__init__.py /packages/phoenix-otel/src/__init__.py /packages/phoenix-otel/src/phoenix/__init__.py # Symbolic links # Note that this can affect hatch build for those packages. That's why # we need to un-ignore it if it's an actual folder (i.e. with the trailing /). /src/phoenix/client !src/phoenix/client/ /src/phoenix/evals !src/phoenix/evals/ /src/phoenix/otel !src/phoenix/otel/ # Caches .pnpm-store # scrtach work /.scratch/ # uv uv.lock packages/phoenix-otel/docs/build/ packages/phoenix-client/docs/build/ packages/phoenix-evals/docs/build/ # Deployment helm/charts/*.tgz # mypy .mypy_cache

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