MCP Server
MCP
io.github.us-all/datadog
Datadog MCP — 165 tools for metrics, monitors, logs, APM, RUM, incidents, CI/CD, fleet
Install
npx -y @us-all/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@us-all/datadog-mcp",
"version": "1.21.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Datadog API key",
"isRequired": true,
"isSecret": true,
"name": "DD_API_KEY"
},
{
"description": "Datadog application key",
"isRequired": true,
"isSecret": true,
"name": "DD_APP_KEY"
},
{
"description": "Datadog site (datadoghq.com, datadoghq.eu, us3.datadoghq.com, etc.)",
"default": "datadoghq.com",
"name": "DD_SITE"
},
{
"description": "Comma-separated category allowlist (e.g. metrics,monitors,logs). Default: all categories enabled.",
"name": "DD_TOOLS"
},
{
"description": "Comma-separated category disablelist.",
"name": "DD_DISABLE"
},
{
"description": "Set to 'true' to enable write/destructive tools. Default read-only.",
"default": "false",
"name": "DD_ALLOW_WRITE"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment