{ "name": "datadog-mcp", "version": "1.0.11", "description": "MCP server for Datadog API - monitors, logs, metrics, traces, dashboards and more", "mcpName": "io.github.TANTIOPE/datadog-mcp", "type": "module", "bin": { "datadog-mcp": "./dist/index.js" }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsup", "dev": "tsup --watch", "start": "node dist/index.js", "test": "vitest", "test:coverage": "vitest --coverage", "lint": "eslint src tests", "lint:fix": "eslint src tests --fix", "format": "prettier --write 'src/**/*.ts' 'tests/**/*.ts'", "format:check": "prettier --check 'src/**/*.ts' 'tests/**/*.ts'", "typecheck": "tsc --noEmit", "prepare": "husky" }, "keywords": [ "mcp", "datadog", "monitoring", "observability", "logs", "metrics", "apm", "traces", "ai", "llm" ], "author": "", "license": "Apache-2.0", "repository": { "type": "git", "url": "git+https://github.com/TANTIOPE/datadog-mcp-server.git" }, "bugs": { "url": "https://github.com/TANTIOPE/datadog-mcp-server/issues" }, "homepage": "https://github.com/TANTIOPE/datadog-mcp-server#readme", "engines": { "node": ">=18.0.0" }, "publishConfig": { "access": "public", "provenance": true }, "lint-staged": { "*.ts": [ "prettier --write", "eslint --fix" ] }, "dependencies": { "@datadog/datadog-api-client": "^1.34.0", "@modelcontextprotocol/sdk": "^1.24.0", "express": "^5.2.1", "zod": "^3.24.0" }, "devDependencies": { "@commitlint/cli": "20.4.1", "@commitlint/config-conventional": "20.4.1", "@eslint/js": "9.39.2", "@semantic-release/github": "11.0.6", "@semantic-release/npm": "12.0.2", "@types/express": "5.0.6", "@types/node": "22.19.3", "@types/supertest": "6.0.3", "@vitest/coverage-v8": "2.1.9", "eslint": "9.39.2", "eslint-config-prettier": "10.1.8", "eslint-plugin-prettier": "5.5.4", "husky": "9.1.7", "lint-staged": "16.2.7", "msw": "2.12.7", "prettier": "3.7.4", "semantic-release": "24.2.9", "supertest": "7.2.2", "tsup": "8.5.1", "tsx": "4.21.0", "typescript": "5.9.3", "typescript-eslint": "8.50.0", "vitest": "2.1.9" } }