Back to Apps

Dynatrace MCP Server
Supports UIby dynatrace-oss
Real-time observability and AI-powered diagnostics for Dynatrace environments directly in your AI assistant.
0 stars
Works in:VS Code CopilotCursorGemini CLIChatGPTWindsurf
Exposes:ToolsResources
What it does\nConnects AI assistants to the Dynatrace observability platform, enabling real-time monitoring, contextual debugging, and natural language querying of telemetry data via DQL (Dynatrace Query Language).\n\n## Key features\n- Real-time Observability: Fetch production logs, exceptions, and Kubernetes events.\n- AI-Powered DQL: Convert natural language to DQL and explain complex queries.\n- Problem Management: List and investigate vulnerabilities and system anomalies.\n- Davis Copilot Integration: Direct access to Dynatrace's AI-driven analyzers and conversational skills.\n- Automation: Create workflows and send notifications to Slack or Email based on observability data.\n\n## Installation\nAdd this to your claude_desktop_config.json:\n\njson\n{\n "mcpServers": {\n "dynatrace-mcp-server": {\n "command": "npx",\n "args": ["-y", "@dynatrace-oss/dynatrace-mcp-server@latest"],\n "env": {\n "DT_ENVIRONMENT": "https://your-env.apps.dynatrace.com"\n }\n }\n }\n}\n\n\n## Supported hosts\nConfirmed for Claude Desktop, VS Code Copilot, Cursor, Amazon Q, Windsurf, Gemini CLI, and ChatGPT.
Quick install
npx -y @dynatrace-oss/dynatrace-mcp-serverInformation
- Pricing
- free
- Published
- 4/11/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
mcp.json entry using npx -y @dynatrace-oss/dynatrace-mcp-serverGemini CLI
gemini extensions install https://github.com/dynatrace-oss/dynatrace-mcpClaude Desktop
{\n "mcpServers": {\n "dynatrace-mcp-server": {\n "command": "npx",\n "args": ["-y", "@dynatrace-oss/dynatrace-mcp-server@latest"],\n "env": {\n "DT_ENVIRONMENT": "https://your-env.apps.dynatrace.com"\n }\n }\n }\n}VS Code Copilot
settings.json entry for @dynatrace-oss/dynatrace-mcp-server






