Skip to main content
Glama

@arizeai/phoenix-mcp

Official
by Arize-ai
what-is-the-difference-between-grpc-and-http.md705 B
# What is the difference between GRPC and HTTP? gRPC and HTTP are communication protocols used to transfer data between client and server applications. * **HTTP (Hypertext Transfer Protocol)** is a stateless protocol primarily used for website and web application requests over the internet. * **gRPC (gRemote Procedure Call)** is a modern, open-source communication protocol from Google that uses HTTP/2 for transport, protocol buffers as the interface description language, and provides features like bi-directional streaming, multiplexing, and flow control. gRPC is more efficient in a tracing context than HTTP, but HTTP is more widely supported. Phoenix can send traces over either HTTP or gRPC.

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