LogoSTMCP
Download
dynatrace-mcp

Dynatrace MCP Server

Dynatrace MCP Server enables real-time observability integration with the Dynatrace platform, bringing production-level monitoring, security insights, and AI-powered query capabilities directly into development workflows.

Tools

1. list_problems

List and get problem details from your services.

2. list_security_problems

List and get security problem or vulnerability details.

3. execute_dql

Execute DQL (Dynatrace Query Language) and retrieve logs, events, spans, and metrics.

4. send_slack_message

Send Slack messages via Slack Connector.

5. setup_notification_workflow

Set up notification workflows via Dynatrace AutomationEngine.

6. get_entity_info

Get more information about a monitored entity.

7. get_entity_ownership

Get ownership of an entity.

Open Graph image for Dynatrace MCP Server

JSON Config

{
  "servers": {
    "npx-dynatrace-mcp-server": {
      "command": "npx",
      "cwd": "${workspaceFolder}",
      "args": ["-y", "@dynatrace-oss/dynatrace-mcp-server@latest"],
      "envFile": "${workspaceFolder}/.env"
    }
  }
}

Useful Links

Information