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
{
"name": "evals-benchmarks",
"private": true,
"version": "1.0.0",
"description": "",
"type": "module",
"scripts": {
"build": "tsc",
"dev": "tsx index.ts"
},
"dependencies": {
"@ai-sdk/openai": "^2.0.0",
"@arizeai/phoenix-client": "workspace:*",
"@arizeai/phoenix-evals": "workspace:*"
},
"devDependencies": {
"tsx": "^4.20.6",
"typescript": "^5.9.3"
}
}