Dynatrace Managed MCP
D

Dynatrace Managed MCP

The Dynatrace Managed MCP server is an open-source project that allows AI assistants to interact with self-hosted Dynatrace Managed deployments through the Model Context Protocol (MCP), directly integrating observability data into AI-assisted workflows. It supports local and remote modes, can be configured for multiple environments, and provides the ability to query data such as problems, security, entities, SLOs, events, logs, and metrics.
2.5 points
0

What is Dynatrace Managed MCP Server?

Dynatrace Managed MCP Server is a Model Context Protocol (MCP) server that acts as a bridge between AI assistants (such as VS Code, Claude, Cursor, etc.) and your self-hosted Dynatrace Managed deployment. Through this server, AI assistants can query and analyze observability data in Dynatrace, including problems, security vulnerabilities, entity information, SLOs, logs, and metrics, to provide intelligent assistance during development, debugging, and operations.

How to use Dynatrace Managed MCP Server?

Using Dynatrace Managed MCP Server is very simple: First, you need to configure the MCP server connection in the AI assistant and provide your Dynatrace Managed environment information (API endpoint, environment ID, and token). After the configuration is complete, you can ask questions to the AI assistant in natural language, such as 'List the production environment problems in the past 24 hours'. The AI assistant will obtain data from Dynatrace through the MCP server and give an answer.

Use cases

Dynatrace Managed MCP Server is suitable for the following scenarios: 1) Real-time observability - Obtain production-level data for early detection and proactive monitoring; 2) Contextual debugging - Use monitored anomalies, logs, and exception information to fix problems; 3) Security insights - Obtain detailed vulnerability analysis and security problem tracking; 4) Multi-environment support - Query multiple Dynatrace Managed environments from the same MCP server; 5) Hybrid setup - Work with the Dynatrace SaaS MCP server to access historical and real-time data.

Main features

Problem management
List and obtain detailed information about problems in services (such as Kubernetes) to help quickly identify and resolve system anomalies.
Security analysis
List and obtain detailed information about security problems and vulnerabilities, supporting evidence-based multi-cloud compliance assessment and investigation.
Entity information
Obtain detailed information about monitored entities, including relationship mapping, to help understand the dependencies between system components.
SLO monitoring
List and obtain detailed information about service level objectives (SLOs), including evaluation and error budget analysis.
Event tracking
List and obtain system events to help track system state changes and important activities.
Log investigation
Search and filter logs using advanced content and time-based queries to support in-depth troubleshooting.
Metric analysis
Query and analyze performance metrics using the V2 Metrics API, supporting custom time ranges and aggregations.
Multi-environment support
Connect and query multiple Dynatrace Managed environments from the same MCP server, supporting development, testing, and production environments.
Dual-mode operation
Supports local mode (development and testing) and remote mode (HTTP/SSE production deployment) to adapt to different usage scenarios.
Advantages
Seamless integration: Easily integrate into various AI assistants (VS Code, Claude, Cursor, etc.)
Multi-environment management: Support connecting to multiple Dynatrace Managed environments simultaneously
No additional cost: Use the V2 REST API without incurring additional costs beyond the standard Managed license
Flexible deployment: Support both local and remote operation modes
Secure and controllable: Use API token authentication and support proxy configuration, suitable for enterprise environments
Historical data access: Particularly suitable for migration scenarios, allowing access to historical data not migrated to SaaS
Limitations
Limited to Managed environments: Designed specifically for Dynatrace Managed and not suitable for SaaS environments (another MCP server is required)
Performance consideration: Careful query design is required to avoid overloading the Dynatrace Managed environment
Configuration complexity: Multi-environment configuration requires careful setup, especially for proxy and authentication information
Version requirement: Requires Dynatrace Managed 1.328.0 or higher
Learning curve: Requires understanding of Dynatrace Managed's API and entity selector syntax

How to use

Prepare the Dynatrace Managed environment
Ensure that you have a running Dynatrace Managed environment (version 1.328.0+), and create an API token with the necessary permissions. The required permissions include: permissions to read audit logs, entities, events, logs, metrics, network zones, problems, and security problems.
Select the configuration method
Select the configuration method that best suits you: 1) Configuration file (recommended for local development) - Use a YAML or JSON file; 2) Environment variables (suitable for Docker/Kubernetes) - Use a JSON string; 3).env file (not recommended).
Create a configuration file (recommended)
Create a YAML or JSON configuration file to define your Dynatrace Managed environment. Use environment variable interpolation to protect sensitive information.
Configure the AI assistant
Add the MCP server configuration to your AI assistant. The configuration methods for different assistants vary slightly, but the basic structure is similar.
Start and test
Restart the AI assistant to load the MCP server configuration, and then test the connection through natural language queries.

Usage examples

Real-time problem monitoring
A developer is dealing with a production problem and needs to quickly understand the system state. Query the current problems in Dynatrace through the AI assistant to obtain detailed information for quickly locating the root cause.
Security vulnerability investigation
The security team receives a vulnerability alert and needs to investigate the affected scope and severity. Query the security problems and vulnerability information in Dynatrace through the AI assistant.
Performance metric analysis
The operations team needs to analyze the performance trend of a microservice to determine whether capacity expansion or optimization is required. Query the response time and error rate metrics of the service through the AI assistant.
Multi-environment comparison
The team needs to compare the SLO achievement status of the development, testing, and production environments to ensure that the new version does not affect the service quality.

Frequently Asked Questions

What is the difference between Dynatrace Managed MCP Server and Dynatrace SaaS MCP?
How to configure multiple Dynatrace Managed environments?
What API token permissions are required?
How to view logs and debug problems?
How to avoid overloading the Dynatrace environment?
Does it support proxy servers?
How to disable telemetry data collection?
When should the HTTP server mode be used?

Related resources

GitHub repository
Source code, issue tracking, and contribution guidelines
Dynatrace Managed documentation
Official documentation for Dynatrace Managed API authentication and configuration
Dynatrace SaaS MCP
MCP server for Dynatrace SaaS environments
Example configuration files
Contains YAML and JSON configuration examples
Model Context Protocol
Official specification of the MCP protocol
npm package
Package release page on npm

Installation

Copy the following command to your Client for configuration
{
  "mcpServers": {
    "dynatrace-managed": {
      "command": "npx",
      "args": ["-y", "@dynatrace-oss/dynatrace-managed-mcp-server@latest"],
      "env": {
        "DT_CONFIG_FILE": "./dt-config.yaml",
        "DT_PROD_TOKEN": "dt0c01.ABC123...",
        "DT_STAGING_TOKEN": "dt0c01.XYZ789...",
        "LOG_LEVEL": "info"
      }
    }
  }
}

{
  "mcpServers": {
    "dynatrace-managed": {
      "command": "node",
      "args": ["./dist/index.js"],
      "env": {
        "DT_CONFIG_FILE": "./dt-config.yaml",
        "DT_PROD_TOKEN": "dt0c01.ABC123...",
        "DT_STAGING_TOKEN": "dt0c01.XYZ789...",
        "LOG_LEVEL": "info"
      }
    }
  }
}

{
  "mcpServers": {
    "dynatrace-managed-mcp": {
      "command": "npx",
      "args": ["-y", "@dynatrace-oss/dynatrace-managed-mcp-server@latest"],
      "env": {
        "DT_ENVIRONMENT_CONFIGS": "[{\"dynatraceUrl\":\"https://my-dashboard-endpoint.com/\",\"apiEndpointUrl\":\"https://my-api-endpoint.com/\",\"environmentId\":\"my-env-id-1\",\"alias\":\"alias-env\",\"apiToken\":\"my-api-token\"},{\"dynatraceUrl\":\"https://my-dashboard2-endpoint.com/\",\"apiEndpointUrl\":\"https://my-api2-endpoint.com/\",\"environmentId\":\"my-env-id-2\",\"alias\":\"alias-env-2\",\"apiToken\":\"my-api-token-2\"}]"
      }
    }
  }
}

{
  "mcpServers": {
    "dynatrace-managed-mcp": {
      "command": "npx",
      "args": ["@dynatrace-oss/dynatrace-managed-mcp-server@latest"],
      "env": {
        "DT_ENVIRONMENT_CONFIGS": "[{\"dynatraceUrl\":\"https://my-dashboard-endpoint.com/\",\"apiEndpointUrl\":\"https://my-api-endpoint.com/\",\"environmentId\":\"my-env-id-1\",\"alias\":\"alias-env\",\"apiToken\":\"my-api-token\"},{\"dynatraceUrl\":\"https://my-dashboard2-endpoint.com/\",\"apiEndpointUrl\":\"https://my-api2-endpoint.com/\",\"environmentId\":\"my-env-id-2\",\"alias\":\"alias-env-2\",\"apiToken\":\"my-api-token-2\"}]"
      },
      "timeout": 30000,
      "trust": false
    }
  }
}

{
  "mcpServers": {
    "dynatrace-managed-mcp": {
      "url": "http://localhost:3000",
      "transport": "http"
    }
  }
}
Note: Your key is sensitive information, do not share it with anyone.

Alternatives

V
Vestige
Vestige is an AI memory engine based on cognitive science. By implementing 29 neuroscience modules such as prediction error gating, FSRS - 6 spaced repetition, and memory dreaming, it provides long - term memory capabilities for AI. It includes a 3D visualization dashboard and 21 MCP tools, runs completely locally, and does not require the cloud.
Rust
4.5K
4.5 points
B
Better Icons
An MCP server and CLI tool that provides search and retrieval of over 200,000 icons, supports more than 150 icon libraries, and helps AI assistants and developers quickly obtain and use icons.
TypeScript
6.7K
4.5 points
A
Assistant Ui
assistant - ui is an open - source TypeScript/React library for quickly building production - grade AI chat interfaces, providing composable UI components, streaming responses, accessibility, etc., and supporting multiple AI backends and models.
TypeScript
6.2K
5 points
A
Apify MCP Server
The Apify MCP Server is a tool based on the Model Context Protocol (MCP) that allows AI assistants to extract data from websites such as social media, search engines, and e-commerce through thousands of ready-to-use crawlers, scrapers, and automation tools (Apify Actors). It supports OAuth and Skyfire proxy payment and can be integrated into MCP clients such as Claude and VS Code through HTTPS endpoints or local stdio.
TypeScript
6.4K
5 points
R
Rsdoctor
Rsdoctor is a build analysis tool specifically designed for the Rspack ecosystem, fully compatible with webpack. It provides visual build analysis, multi - dimensional performance diagnosis, and intelligent optimization suggestions to help developers improve build efficiency and engineering quality.
TypeScript
9.3K
5 points
N
Next Devtools MCP
The Next.js development tools MCP server provides Next.js development tools and utilities for AI programming assistants such as Claude and Cursor, including runtime diagnostics, development automation, and document access functions.
TypeScript
9.7K
5 points
T
Testkube
Testkube is a test orchestration and execution framework for cloud-native applications, providing a unified platform to define, run, and analyze tests. It supports existing testing tools and Kubernetes infrastructure.
Go
6.5K
5 points
M
MCP Windbg
An MCP server that integrates AI models with WinDbg/CDB for analyzing Windows crash dump files and remote debugging, supporting natural language interaction to execute debugging commands.
Python
10.5K
5 points
N
Notion Api MCP
Certified
A Python-based MCP Server that provides advanced to-do list management and content organization functions through the Notion API, enabling seamless integration between AI models and Notion.
Python
20.3K
4.5 points
M
Markdownify MCP
Markdownify is a multi-functional file conversion service that supports converting multiple formats such as PDFs, images, audio, and web page content into Markdown format.
TypeScript
34.2K
5 points
G
Gitlab MCP Server
Certified
The GitLab MCP server is a project based on the Model Context Protocol that provides a comprehensive toolset for interacting with GitLab accounts, including code review, merge request management, CI/CD configuration, and other functions.
TypeScript
25.4K
4.3 points
D
Duckduckgo MCP Server
Certified
The DuckDuckGo Search MCP Server provides web search and content scraping services for LLMs such as Claude.
Python
72.3K
4.3 points
U
Unity
Certified
UnityMCP is a Unity editor plugin that implements the Model Context Protocol (MCP), providing seamless integration between Unity and AI assistants, including real - time state monitoring, remote command execution, and log functions.
C#
31.0K
5 points
F
Figma Context MCP
Framelink Figma MCP Server is a server that provides access to Figma design data for AI programming tools (such as Cursor). By simplifying the Figma API response, it helps AI more accurately achieve one - click conversion from design to code.
TypeScript
64.3K
4.5 points
G
Gmail MCP Server
A Gmail automatic authentication MCP server designed for Claude Desktop, supporting Gmail management through natural language interaction, including complete functions such as sending emails, label management, and batch operations.
TypeScript
21.0K
4.5 points
M
Minimax MCP Server
The MiniMax Model Context Protocol (MCP) is an official server that supports interaction with powerful text-to-speech, video/image generation APIs, and is suitable for various client tools such as Claude Desktop and Cursor.
Python
47.4K
4.8 points
AIBase
Zhiqi Future, Your AI Solution Think Tank
© 2026AIBase