@winor30/mcp-server-datadog
AMCP server package @winor30/mcp-server-datadog
Install
agr install @winor30/mcp-server-datadog --target claudeThis artifact does not publish files for Claude.
Document
{ "name": "@winor30/mcp-server-datadog", "version": "1.8.0", "description": "MCP server for interacting with Datadog API", "repository": { "type": "git", "url": "https://github.com/winor30/mcp-server-datadog.git" }, "type": "module", "bin": { "mcp-server-datadog": "./build/index.js" }, "main": "build/index.js", "module": "build/index.js", "types": "build/index.d.ts", "files": [ "build", "README.md" ], "access": "public", "publishConfig": { "registry": "https://registry.npmjs.org", "access": "public" }, "scripts": { "build": "tsup && node -e "require('fs').chmodSync('build/index.js', '755')"", "prepare": "husky", "watch": "tsup --watch", "inspector": "npx @modelcontextprotocol/inspector build/index.js", "lint": "eslint . --ext .ts,.js --fix", "format": "prettier --write .", "test": "vitest run", "test:coverage": "vitest run --coverage", "test:watch": "vitest", "lint-staged": "lint-staged" }, "dependencies": { "@datadog/datadog-api-client": "^1.34.1", "@modelcontextprotocol/sdk": "1.26.0", "zod": "^3.24.3", "zod-to-json-schema": "^3.24.5" }, "devDependencies": { "@eslint/eslintrc": "^3.3.1", "@eslint/js": "^9.25.0", "@types/jest": "^29.5.14", "@types/node": "^20.17.30", "@vitest/coverage-v8": "3.0.8", "eslint": "^9.25.0", "globals": "^16.0.0", "husky": "^9.1.7", "jest": "^29.7.0", "msw": "^2.7.5", "prettier": "^3.5.3", "ts-jest": "^29.3.2", "ts-node": "^10.9.2", "tsup": "^8.4.0", "typescript": "^5.8.3", "typescript-eslint": "^8.30.1", "vitest": "^3.1.4" }, "engines": { "node": ">=20.x", "pnpm": ">=10" }, "pnpm": { "overrides": { "vite": ">=6.3.4" } }, "lint-staged": { ".{js,ts}": [ "eslint --fix", "prettier --write" ], ".{json,md}": [ "prettier --write" ] }, "packageManager": "pnpm@10.18.3" }
Trustgrade A
- 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.
- passFreshness
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-2da8c7b404582026-08-03