@serkan-ozal/jaeger-mcp-server
BMCP server package jaeger-mcp-server
Install
agr install @serkan-ozal/jaeger-mcp-server --target claudeThis artifact does not publish files for Claude.
Document
{ "name": "jaeger-mcp-server", "version": "0.1.0", "description": "MCP Server for Jaeger", "type": "commonjs", "main": "./dist/index.js", "bin": { "jaeger-mcp-server": "./dist/index.js" }, "author": "Serkan Ozal serkanozal86@gmail.com (https://github.com/serkan-ozal)", "homepage": "https://github.com/serkan-ozal/jaeger-mcp-server", "repository": "serkan-ozal/jaeger-mcp-server", "license": "MIT", "keywords": [ "mcp-server", "jaeger", "ai", "llm", "tracing", "monitoring", "open-telemetry" ], "scripts": { "build": "npm run protos && tsc", "protos": " npm run protos:generate", "protos:generate": "node ./scripts/generate-protos.js", "start": "ts-node ./src/index.ts", "watch": "tsc --watch", "inspector": "npm run build && chmod 755 './dist/index.js' && npx @modelcontextprotocol/inspector dist/index.js --debug", "test": "echo "Error: no test specified" && exit 1", "lint:check": "prettier --config .prettierrc.json --check ./src/.ts ./src/**/.ts ./src///.ts ./src///**/.ts", "lint:format": "prettier --config .prettierrc.json --write ./src/.ts ./src/**/.ts ./src///.ts ./src///**/.ts", "release:patch": "release-it --ci --git.commit --git.push --git.tag --git.tagName='v${version}' --github.release --no-git.requireCleanWorkingDir --no-git.requireUpstream --npm.publish --npm.skipChecks", "release:minor": "release-it minor --ci --git.commit --git.push --git.tag --git.tagName='v${version}' --github.release --no-git.requireCleanWorkingDir --no-git.requireUpstream --npm.publish --npm.skipChecks", "release:major": "release-it major --ci --git.commit --git.push --git.tag --git.tagName='v${version}' --github.release --no-git.requireCleanWorkingDir --no-git.requireUpstream --npm.publish --npm.skipChecks" }, "files": [ "dist/", "package.json", "README.md", "CHANGELOG.md", "LICENSE" ], "devDependencies": { "@types/node": "^18.19.87", "@typescript-eslint/eslint-plugin": "^8.31.1", "@typescript-eslint/parser": "^8.31.1", "eslint": "^9.26.0", "eslint-plugin-import": "^2.31.0", "prettier": "^3.5.3", "protobufjs-cli": "1.1.3", "release-it": "^17.6.0", "ts-node": "^10.9.2", "typescript": "^5.8.3" }, "dependencies": { "@grpc/grpc-js": "^1.13.3", "@modelcontextprotocol/sdk": "^1.11.0", "axios": "^1.9.0", "chalk": "^4.1.2", "protobufjs": "^7.3.0" } }
Trustgrade B
- passBody integrity
Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.
- warnType matchbest-effort: server code not analyzed
Whether the artifact is really the kind of thing its metadata claims it is.
- warnFreshnessstale (>1y)
How long since the source repository was last pushed to.
- passPrompt injection
Scans the artifact's own text for instructions aimed at your agent rather than at you.
- passLicense
Whether the source repository declares an SPDX license permissive enough to redistribute.
How the grade is calculated
Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:
- Aevery check passed
- Bone warning
- Ctwo warnings
- Dprompt injection or body integrity failed, or three warnings
- Fone of those failed, and something else is wrong
These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.
Versions
git-70cc3367f0dd2026-08-06