Dynatrace MCP Server
Interacts with Dynatrace Grail and API endpoints to execute DQL queries, retrieve and filter logs, report active problems, and query metrics.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Dynatrace MCP Serverwhat are the current active problems in our environment?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Dynatrace MCP Server
This project implements a Model Context Protocol (MCP) server that provides an interface to interact with Dynatrace Grail and API endpoints.
Features
DQL Execution: Execute arbitrary Dynatrace Query Language (DQL) queries.
Log Retrieval: Fetch and filter application logs.
Problem Reporting: Get current active problems from Dynatrace.
Metric Querying: Query metrics using DQL.
Related MCP server: Dynatrace Managed MCP Server
Prerequisites
Python 3.14+
A Dynatrace environment with API access tokens.
Setup
Environment Variables: Create a
.envfile in the root directory with the following variables:DYNATRACE_URL=<your-dynatrace-url> DYNATRACE_API_TOKEN=<your-api-token> DYNATRACE_PLATFORM_URL=<your-platform-url> DYNATRACE_PLATFORM_TOKEN=<your-platform-token> DYNATRACE_LOG_INGEST_TOKEN=<your-log-ingest-token>Dependencies: Install the required dependencies:
pip install -r requirements.txt
Usage
Start the MCP server:
python server.pyAdd this into gemini/settings.json
"mcpServers": {
"dynatrace": {
"command": "D:\\Dynatrace_MCP\\venv\\Scripts\\python.exe",
"args": [
"D:\\Dynatrace_MCP\\server.py"
]
}
}
After that run gemini CLI
This server cannot be deployed
Maintenance
Related MCP Connectors
Access New Relic observability data through MCP - query metrics, logs, traces, entities, and more
List datasets, schemas, run APL queries, and use prompts for exploration, anomalies, and monitoring.
Query Honeycomb observability data: traces, events, metrics, SLOs, triggers, and boards.
Query Checkly synthetic monitoring — checks, statuses, results, alerts, reporting and dashboards.
Related MCP Servers
- AlicenseCqualityDmaintenanceEnables interaction with Datadog's monitoring platform to search logs, search trace spans, and perform trace span aggregation for analysis.3663MIT
- AlicenseNot gradedqualityAmaintenanceEnables AI assistants to interact with self-hosted Dynatrace Managed environments to retrieve observability data, security insights, and performance metrics. It allows users to query problems, logs, events, and SLOs through natural language interfaces in both local and remote modes.1862328Apache 2.0
- FlicenseBqualityDmaintenanceEnables AI assistants to interact with Datadog APIs for querying metrics, logs, events, monitors, and APM traces.164-
- AlicenseBqualityBmaintenanceEnables LLM agents to query Dynatrace SaaS for observability data (logs, metrics, traces, entities, problems, vulnerabilities) and manage configurations (dashboards, notebooks, SLOs, synthetic monitors, settings).100MIT