Dynatrace-Managed-MCP
Verified Safeby theharithsa
Overview
This MCP server integrates with Dynatrace Managed environments to provide comprehensive observability, security analysis, and DevOps automation capabilities through a set of 39 tools.
Installation
npx @theharithsa/dynatrace-managed-mcp-serverEnvironment Variables
- DYNATRACE_MANAGED_URL
- DYNATRACE_ENVIRONMENT_ID
- DYNATRACE_API_TOKEN
- REQUEST_TIMEOUT
- MAX_RETRIES
- LOG_LEVEL
- OTEL_EXPORTER_OTLP_ENDPOINT
- OTEL_EXPORTER_OTLP_HEADERS
- OTEL_RESOURCE_ATTRIBUTES
- OTEL_TRACES_EXPORTER
- OTEL_EXPORTER_OTLP_TRACES_PROTOCOL
Security Notes
The source code demonstrates good security practices: input validation with Zod schemas, explicit API token usage via environment variables (no hardcoding), and robust error handling. OpenTelemetry integration provides enhanced error tracking. The project's SECURITY.md outlines responsible vulnerability reporting and best practices for users and developers (e.g., HTTPS, firewall rules, token rotation, least-privilege). There are no obvious `eval` or obfuscation patterns. The tool returns raw JSON, avoiding client-side rendering vulnerabilities. Network communication is via Axios with explicit Authorization headers.
Similar Servers
prometheus-mcp
A Model Context Protocol (MCP) server that enables AI agents and CLI users to query and discover metrics from Prometheus, with built-in features like retries, caching, and an optional metrics exporter.
mcp-compose
This server provides a robust example of OAuth2 authentication for MCP (Model Context Protocol) servers, using GitHub as the identity provider. It demonstrates secure multi-server management, protocol translation, and integration with AI agents for tool invocation.
Mcpwn
Automated security testing framework for Model Context Protocol (MCP) servers, detecting RCE, path traversal, prompt injection, and protocol vulnerabilities.
mcp-server
This server allows AI agents to interact with the Mackerel monitoring and APM platform by exposing its API functionalities as Model Context Protocol tools.