
Dynatrace Mcp
Query Dynatrace logs, metrics, problems, and vulnerabilities from your agent using DQL and Davis AI.
Overview
Dynatrace MCP is an Operate-phase MCP server that lets agents pull Dynatrace observability data—logs, metrics, problems, and vulnerabilities—using DQL and Davis AI.
What is this MCP server?
- npm @dynatrace-oss/dynatrace-mcp-server v1.8.7 with npx stdio transport
- Access logs, metrics, problems, and vulnerabilities via DQL and Davis AI
- Auth via DT_PLATFORM_TOKEN or OAuth client ID/secret against DT_ENVIRONMENT URL
- Targets Dynatrace platform URLs—not classic Dynatrace host strings
- MCP bridge to full observability stack, not a local log tail skill
- Package @dynatrace-oss/dynatrace-mcp-server version 1.8.7
- Required env: DT_ENVIRONMENT; optional DT_PLATFORM_TOKEN or OAuth pair
- stdio transport with npx runtime hint
Community signal: 118 GitHub stars.
What problem does it solve?
On-call builders waste context switching between the IDE and Dynatrace UI when they need DQL answers or Davis summaries during an outage.
Who is it for?
Teams with an active Dynatrace SaaS tenant who want MCP-driven incident investigation and security problem lookup from the editor.
Skip if: Greenfield projects with no Dynatrace ingest, Dynatrace Classic-only estates misconfigured URLs, or builders who only need simple HTTP health checks.
What do I get? / Deliverables
After registration, your agent can query Dynatrace platform data in conversation using your environment URL and token or OAuth credentials.
- MCP-accessible Dynatrace logs, metrics, problems, and vulnerability queries
- DQL and Davis AI workflows driven from the agent client
Recommended MCP Servers
Journey fit
How it compares
Dynatrace platform observability MCP, not a generic debug checklist skill or self-hosted log grep utility.
Common Questions / FAQ
Who is Dynatrace MCP for?
It is for developers and SRE-minded solo builders who run workloads on Dynatrace and want their agent to query telemetry and Davis AI over MCP.
When should I use Dynatrace MCP?
Use it in Operate monitoring when triaging problems, exploring logs with DQL, or reviewing vulnerability findings after you ship.
How do I add Dynatrace MCP to my agent?
Register @dynatrace-oss/dynatrace-mcp-server with npx stdio, set DT_ENVIRONMENT to your platform URL, and supply DT_PLATFORM_TOKEN or OAuth client credentials.