Back to MCP Servers

Dynatrace

Leverage AI-driven observability, security, and automation to analyze anomalies, logs, traces, events, metrics.

monitoringsecurityautomationairag

Installation

npx -y dynatrace-mcp

Configuration

{
  "mcpServers": {
    "dynatrace-mcp": {
      "command": "npx",
      "args": ["-y", "dynatrace-mcp"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub