Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
mcp-server-datadog
by
winor30
Verified
npm
GitHub
Monitoring
TypeScript
Apache 2.0
88
8
Apple
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
.github
.husky
src
Dockerfile
eslint.config.js
.gitignore
jest.config.ts
LICENSE
package.json
pnpm-lock.yaml
.prettierignore
.prettierrc
README.md
smithery.yaml
tsconfig.json
tsup.config.ts
{ "compilerOptions": { "target": "esnext", "lib": ["esnext"], "module": "esnext", "moduleResolution": "bundler", "outDir": "./build", "rootDir": "./src", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "resolveJsonModule": true }, "include": ["src/**/*"], "exclude": ["node_modules"] }