← Back to Plugins
MCP Server MCP

io.github.TANTIOPE/datadog-mcp

github By github 👁 1 views ▲ 0 votes

Full Datadog API access: monitors, logs, metrics, traces, dashboards, and observability tools

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "datadog-mcp",
      "version": "1.0.9",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Datadog API key",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "DD_API_KEY"
        },
        {
          "description": "Datadog Application key",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "DD_APP_KEY"
        },
        {
          "description": "Datadog site (e.g., datadoghq.com, datadoghq.eu, us3.datadoghq.com)",
          "format": "string",
          "name": "DD_SITE"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...