Skip to main content
Glama

OpenTelemetry Collector MCP Server

by mottibec
package.json954 B
{ "name": "otel-mcp", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "build": "tsc && chmod 755 build/index.js", "dev": "tsc && node build/index.js" }, "type": "module", "bin": { "otel-mcp": "./build/index.js" }, "files": [ "build" ], "keywords": [], "author": "", "license": "ISC", "packageManager": "pnpm@10.7.0", "dependencies": { "@modelcontextprotocol/sdk": "^1.8.0", "@octokit/rest": "^20.0.2", "@types/cors": "^2.8.17", "cors": "^2.8.5", "dotenv": "^16.4.7", "express": "^5.1.0", "zod": "^3.24.2" }, "devDependencies": { "@types/express": "^5.0.1", "@types/jest": "^29.5.14", "@types/node": "^22.13.15", "jest": "^29.7.0", "nodemon": "^3.1.9", "ts-jest": "^29.3.1", "ts-node": "^10.9.2", "typescript": "^5.8.2" } }

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/mottibec/otelcol-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server