Skip to main content
Glama

@arizeai/phoenix-mcp

Official
by Arize-ai
APIsPage.tsx1.25 kB
import { css } from "@emotion/react"; import { Alert, Icon, Icons, LazyTabPanel, Tab, TabList, Tabs, } from "@phoenix/components"; const basename = window.Config.basename; const iframeStyle = { width: "100%", height: "100%", border: "none", backgroundColor: "white", }; export function APIsPage() { return ( <div css={css` display: flex; flex-direction: column; flex: 1 1 auto; height: 100%; .ac-tabs { flex: 1 1 auto; } .ac-tabs__pane-container, .ac-tabs__pane-container > div { flex: 1 1 auto; height: 100%; } `} > <Alert variant="info" banner icon={<Icon svg={<Icons.InfoFilled />} />}> These APIs are under active development and are subject to change. </Alert> <Tabs> <TabList> <Tab id="rest">REST</Tab> <Tab id="graphql">GraphQL</Tab> </TabList> <LazyTabPanel id="rest"> <iframe src={`${basename}/docs`} style={iframeStyle} /> </LazyTabPanel> <LazyTabPanel id="graphql"> <iframe src={`${basename}/graphql`} style={iframeStyle} /> </LazyTabPanel> </Tabs> </div> ); }

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