Dynatrace MCP Server

DevOpsstdio
Repository

Dynatrace's official MCP server that brings the Dynatrace observability platform into AI workflows. Lets assistants query problems and vulnerabilities, run DQL against logs, metrics, and traces, inspect entities, and pull real-time monitoring data directly into a developer's coding environment for faster troubleshooting and root-cause analysis.

Connect

Add this configuration to .claude/mcp.json

{
  "mcpServers": {
    "dynatrace": {
      "command": "npx",
      "args": [
        "-y",
        "@dynatrace-oss/dynatrace-mcp-server"
      ],
      "env": {
        "DT_ENVIRONMENT": "<YOUR_DT_ENVIRONMENT>",
        "DT_PLATFORM_TOKEN": "<YOUR_DT_PLATFORM_TOKEN>"
      }
    }
  }
}

Tools (3)

list_problems

List currently open problems detected by Dynatrace.

{
  "type": "object",
  "properties": {}
}

execute_dql

Execute a Dynatrace Query Language (DQL) statement over logs, metrics, or traces.

{
  "type": "object",
  "required": [
    "query"
  ],
  "properties": {
    "query": {
      "type": "string",
      "description": "DQL query to run"
    }
  }
}

get_vulnerabilities

Retrieve security vulnerabilities identified by Dynatrace.

{
  "type": "object",
  "properties": {}
}

Resources

This server does not expose any resources.

Prompts

This server does not expose any prompts.

Server Information

Author
Dynatrace (@dynatrace-oss)
Repository
https://github.com/dynatrace-oss/dynatrace-mcp
Stars
0
Last Updated
July 12, 2026