Back to MCP Servers
🔌

dynatrace-oss/dynatrace-mcp

MITAPI key required

🎖️ 📇 ☁️ 🍎 🪟 🐧 - Leverage AI-driven observability, security, and automation to analyze anomalies, logs, traces, events, metrics.

TypeScriptFiles

Install

npx -y -y @dynatrace-oss/dynatrace-mcp-server

Required environment variables

DT_PLATFORM_TOKENSet in your MCP config
OAUTH_CLIENT_SECRETSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "dynatrace-oss-dynatrace-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "-y",
        "@dynatrace-oss/dynatrace-mcp-server"
      ],
      "env": {
        "DT_PLATFORM_TOKEN": "<YOUR_DT_PLATFORM_TOKEN>",
        "OAUTH_CLIENT_SECRET": "<YOUR_OAUTH_CLIENT_SECRET>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.