Back to Home
dynatrace-oss icon

dynatrace-mcp

Verified Safe

by dynatrace-oss

Overview

The Dynatrace MCP Server allows AI Assistants to interact with the Dynatrace observability platform, bringing real-time observability data directly into development workflows for contextual debugging, security insights, and automation.

Installation

Run Command
npx -y @dynatrace-oss/dynatrace-mcp-server@latest

Environment Variables

  • DT_ENVIRONMENT
  • DT_PLATFORM_TOKEN
  • OAUTH_CLIENT_ID
  • OAUTH_CLIENT_SECRET
  • DT_SSO_URL
  • DT_GRAIL_QUERY_BUDGET_GB
  • SLACK_CONNECTION_ID
  • HTTPS_PROXY
  • HTTP_PROXY
  • NO_PROXY
  • DT_MCP_DISABLE_TELEMETRY
  • DT_MCP_TELEMETRY_APPLICATION_ID
  • DT_MCP_TELEMETRY_ENDPOINT_URL
  • DT_MCP_TELEMETRY_DEVICE_ID

Security Notes

The server implements OAuth 2.0 flows (Client Credentials and Authorization Code with PKCE) for authentication, using `node:crypto` for secure random generation and hashing. Secrets are expected via environment variables, and the OAuth client ID for the interactive flow is a hardcoded non-secret identifier. A temporary local HTTP server is started for OAuth redirect handling, binding to localhost or a Codespaces-forwarded URL, which is a standard pattern for interactive flows. No `eval` or obvious malicious code patterns were found. The project is open-source, promoting transparency.

Similar Servers

Stats

Interest Score62
Security Score9
Cost ClassMedium
Avg Tokens1000
Stars191
Forks66
Last Update2026-01-19

Tags

DynatraceObservabilityAI AssistantDevOps AutomationIncident Response