The Dynatrace Managed MCP server is an open-source server that implements the Model Context Protocol (MCP). It enables AI assistants to query observability data from self-hosted Dynatrace Managed environments. Instead of navigating the Dynatrace web UI manually, you can investigate problems, query metrics, and analyze security findings. You can do this directly from an AI assistant such as Claude Desktop or Visual Studio Code with GitHub Copilot.
The server is a community-supported project released under the MIT License. A separate MCP server exists for Dynatrace SaaS environments.
The MCP server is most useful when you need observability context without switching tools. Typical applications include:
A single MCP server instance connects to multiple Managed environments simultaneously. Each environment has a short name that you reference in your prompts. This is useful for organizations that run separate Managed Clusters per region, team, or lifecycle stage.
You can also run the Managed MCP server alongside the Dynatrace SaaS MCP server. This supports hybrid migration scenarios where historical observability data remains on a Managed Cluster while live data is on Dynatrace SaaS.
The MCP server exposes the following observability data from each connected Managed environment:
Setup instructions, configuration options, and AI client integration examples are available in the Dynatrace Managed MCP server repository.