MCP server

Dynatrace

MCP

Official Dynatrace MCP. Logs, events, metrics.

dynatrace-oss’s server. The environment you authenticate, not a wrapper around the API docs.

latest·Apache-2.0·Updated this quarter·github.com/dynatrace-oss/Dynatrace-mcp·Transport: stdio

Claude CodeCursorVS CodeDesktop
ScannedActive

claude_desktop_config.json

{
  "mcpServers": {
    "dynatrace": {
      "command": "npx",
      "args": [
        "-y",
        "@dynatrace-oss/dynatrace-mcp-server"
      ],
      "env": {
        "DT_ENVIRONMENT": "…",
        "DT_TOKEN": "…"
      }
    }
  }
}

By Dynatrace

Spec

What the server actually exposes.

  • query_logs

    read

    Logs in a window.

  • query_metrics

    read

    A metric selector.

  • problems

    read

    Open problems.

Guardrails

  • Credentials stay in env
  • Read-first unless a write tool is called
  • Official package, not a wrapper

dynatrace-mcp.mcp/tools

Tools

  • query_logs

    Logs in a window.

    read
  • query_metrics

    A metric selector.

    read
  • problems

    Open problems.

    read

Last call

{ "ok": true,
  "tool": "query_logs",
  "rows": 12 }

Other servers worth installing

Discussion

No notes yet. Be the first hunter to report back.