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": "experiments-quickstart",
"version": "1.0.0",
"private": true,
"description": "Phoenix Datasets & Experiments Tutorial - TypeScript",
"type": "module",
"scripts": {
"start": "tsx main.ts"
},
"dependencies": {
"@ai-sdk/openai": "^3.0.29",
"@arizeai/openinference-semantic-conventions": "^1.1.0",
"@arizeai/phoenix-client": "workspace:*",
"@arizeai/phoenix-evals": "workspace:*",
"@arizeai/phoenix-otel": "workspace:*",
"@opentelemetry/api": "^1.9.0",
"ai": "^6.0.90",
"dotenv": "^16.0.0"
},
"devDependencies": {
"@types/node": "^24.8.1",
"tsx": "^4.0.0",
"typescript": "^5.0.0"
}
}