Skip to main content
Glama

@arizeai/phoenix-mcp

Official
by Arize-ai
main.py507 B
import os import sys sys.path.insert(1, os.path.join(sys.path[0], "..")) import gradio as gr from langgraph.router import run_agent from utils.instrument import Framework, instrument def gradio_interface(message, history): return run_agent(message) def launch_app(): iface = gr.ChatInterface(fn=gradio_interface, title="LangGraph Copilot Agent") iface.launch() if __name__ == "__main__": instrument(project_name="langgraph-agent-demo", framework=Framework.LANGGRAPH) launch_app()

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