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-otel",
"version": "0.4.1",
"description": "Otel registration and convenience methods",
"keywords": [
"arize",
"llm",
"otel",
"phoenix",
"tracing"
],
"homepage": "https://github.com/Arize-ai/phoenix/tree/main/js/packages/phoenix-otel",
"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",
"prebuild": "pnpm run clean",
"test": "vitest run",
"test:watch": "vitest watch",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@arizeai/openinference-semantic-conventions": "^1.1.0",
"@arizeai/openinference-vercel": "^2.7.0",
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/core": "^1.25.1",
"@opentelemetry/exporter-trace-otlp-proto": "^0.57.2",
"@opentelemetry/instrumentation": "^0.57.2",
"@opentelemetry/resources": "^2.0.0",
"@opentelemetry/sdk-trace-base": "^1.30.1",
"@opentelemetry/sdk-trace-node": "^1.30.1"
},
"devDependencies": {
"@types/node": "^24.9.1",
"vitest": "^4.0.10"
}
}