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": "@arizeai/phoenix-config",
"version": "0.1.1",
"description": "central configuration for Phoenix",
"keywords": [
"arize",
"phoenix"
],
"homepage": "https://github.com/Arize-ai/phoenix/tree/main/js/packages/phoenix-config",
"bugs": {
"url": "https://github.com/Arize-ai/phoenix/issues"
},
"license": "Apache-2.0",
"author": "oss@arize.com",
"repository": {
"type": "git",
"url": "git+https://github.com/Arize-ai/phoenix.git"
},
"files": [
"dist",
"src",
"package.json"
],
"main": "dist/src/index.js",
"module": "dist/esm/index.js",
"types": "dist/src/index.d.ts",
"exports": {
".": {
"import": "./dist/esm/index.js",
"require": "./dist/src/index.js"
}
},
"scripts": {
"build": "tsc --build tsconfig.json tsconfig.esm.json && tsc-alias -p tsconfig.esm.json",
"clean": "rimraf dist",
"postbuild": "echo '{\"type\": \"module\"}' > ./dist/esm/package.json",
"test": "vitest run",
"test:watch": "vitest watch",
"typecheck": "tsc --noEmit"
},
"dependencies": {},
"devDependencies": {
"@types/node": "^20.17.22",
"vitest": "^4.0.10"
},
"engines": {
"node": ">=18"
}
}