McpMux
Back to Registry

Dynatrace (npx) MCP Server

Community

Contributed by Dynatrace

Connect to Dynatrace observability data: query problems, vulnerabilities, logs, metrics, traces and entities via DQL, and use Davis CoPilot AI from your AI client.

About the Dynatrace (npx) MCP Server

The Dynatrace (npx) MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. Connect to Dynatrace observability data: query problems, vulnerabilities, logs, metrics, traces and entities via DQL, and use Davis CoPilot AI from your AI client. This is a community-contributed MCP server by Dynatrace.

Install the Dynatrace (npx) MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. This server requires an API key — McpMux securely stores your credentials with AES-256-GCM encryption.

Transport Configuration

Transport Configuration
{
  "type": "stdio",
  "command": "npx",
  "args": [
    "-y",
    "@dynatrace-oss/dynatrace-mcp-server@latest"
  ],
  "env": {
    "DT_ENVIRONMENT": "${input:DT_ENVIRONMENT}",
    "DT_PLATFORM_TOKEN": "${input:DT_PLATFORM_TOKEN}"
  },
  "metadata": {
    "inputs": [
      {
        "id": "DT_ENVIRONMENT",
        "label": "Dynatrace Environment URL",
        "description": "URL of your Dynatrace Platform environment (the Apps URL), e.g. https://abc12345.apps.dynatrace.com",
        "type": "url",
        "required": true,
        "placeholder": "https://abc12345.apps.dynatrace.com"
      },
      {
        "id": "DT_PLATFORM_TOKEN",
        "label": "Dynatrace Platform Token",
        "description": "Platform token used to authenticate to your Dynatrace environment. Recommended scopes: app-engine:apps:run, storage:buckets:read, storage:logs:read, storage:metrics:read, storage:spans:read, storage:entities:read, storage:events:read.",
        "type": "text",
        "required": true,
        "secret": true,
        "placeholder": "dt0s16.********.********************************",
        "obtain": {
          "url": "https://docs.dynatrace.com/docs/manage/identity-access-management/access-tokens-and-oauth-clients/platform-tokens",
          "instructions": "1. In Dynatrace, open Account Management or your environment Settings\n2. Go to Identity & access management > Platform tokens\n3. Click 'Generate new token'\n4. Add the required scopes (e.g. app-engine:apps:run, storage:*:read)\n5. Click 'Generate token' and copy the value (starts with dt0s16.)",
          "button_label": "Create Platform Token"
        }
      }
    ]
  }
}
Details
TransportLocal (stdio)
Hostinglocal
AuthAPI Key
Capabilities
Tools

Categories

Tags

dynatraceobservabilitymonitoringlogsmetricstracesdql

Supported AI Clients

The Dynatrace (npx) MCP server works with all MCP-compatible AI clients through McpMux:

CursorClaude DesktopClaude CodeVS CodeChatGPTWindsurfJetBrainsZedClineGemini CLIAmazon Q

Related MCP Servers

Install Dynatrace (npx) with McpMux

One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.