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.

Bağlan

Bu yapılandırmayı şuraya ekleyin: .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>"
      }
    }
  }
}

Araçlar (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": {}
}

Kaynaklar

Bu sunucu herhangi bir kaynak sunmuyor.

Prompt'lar

Bu sunucu herhangi bir prompt sunmuyor.

Sunucu bilgileri

Yazar
Dynatrace (@dynatrace-oss)
Repository
https://github.com/dynatrace-oss/dynatrace-mcp
Yıldızlar
0
Son güncelleme
12 Temmuz 2026