Dynatrace (npx) MCP Server
CommunityContributed 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
{
"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"
}
}
]
}
}Categories
Tags
Supported AI Clients
The Dynatrace (npx) MCP server works with all MCP-compatible AI clients through McpMux:
Related MCP Servers
Grafana (Docker)
Search dashboards, query Prometheus and Loki datasources, manage alerts, and investigate incidents on any Grafana instance (self-hosted or Grafana Cloud) via Docker.
Sentry (Local)
Query and manage Sentry issues, errors, performance data, and project settings locally via npx. Supports AI-powered search with your own LLM API key.
Sentry (Remote)
Query and manage Sentry issues, errors, performance data, and project settings through Sentry's hosted remote MCP server. No local setup required.
Sentry (Self-Hosted)
Query and manage issues, errors, and performance data on your self-hosted Sentry instance. Runs locally via npx with a custom Sentry host.
Axiom (npx)
Query and manage Axiom datasets for log analysis and observability. Execute APL queries, list datasets, and ingest events.
Better Stack
Monitor uptime, manage incidents and on-call schedules, query logs and metrics, and analyze errors through Better Stack's hosted remote MCP server. Authenticates via OAuth in your browser, no local setup or token required.
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.