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
# 05.05.2025: OpenInference Google GenAI Instrumentation
{% embed url="https://storage.googleapis.com/arize-phoenix-assets/assets/videos/genai.mp4" %}
We’ve added a Python auto-instrumentation library for the Google GenAI SDK. This enables seamless tracing of GenAI workflows with full OpenTelemetry compatibility. Traces can be exported to any OpenTelemetry collector.
### Installation
```bash
pip install openinference-instrumentation-google-genai
```
For more details on how to set up the tracing integration seamlessly:
{% embed url="https://arize.com/docs/phoenix/tracing/integrations-tracing/google-gen-ai" %}
Additionally, the Google GenAI instrumentor is now supported and works seamlessly with **Span Replay** in Phoenix, enabling deep trace inspection and replay for more effective debugging and observability.
{% embed url="https://pypi.org/project/openinference-instrumentation-google-genai/" %}
### Acknowledgements
Big thanks to Harrison Chu for his contributions.