mcpbeat Sign in

Dynatrace Managed MCP Server

local only

Dynatrace Managed MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 602 installs a week from npm. Last commit 15 Sep 2026.

MCP server for Dynatrace Managed to access logs, events, and metrics.

Installs per day peak 603 · avg 96 · +113% w/w
a month agotoday
602
Installs / week
npm · @dynatrace-oss/dynatrace-managed-mcp-server
29
Stars
16 open issues
15 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Touches key and credential files Dockerfile:22
COPY --from=build --chown=node:node /app/package.json /app/package-lock.json /app/.npmrc /app/

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add dynatrace-managed-mcp -- npx -y @dynatrace-oss/dynatrace-managed-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "dynatrace-managed-mcp": {
      "args": [
        "-y",
        "@dynatrace-oss/dynatrace-managed-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.dynatrace-managed-mcp]
command = "npx"
args = ["-y", "@dynatrace-oss/dynatrace-managed-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "dynatrace-managed-mcp": {
      "args": [
        "-y",
        "@dynatrace-oss/dynatrace-managed-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "dynatrace-managed-mcp": {
      "args": [
        "-y",
        "@dynatrace-oss/dynatrace-managed-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: DT_MCP_RATE_LIMIT_MAX_CALLS (Maximum number of tool calls allowed per rate limit window. Defaults to 20.), DT_MCP_RATE_LIMIT_WINDOW_MS (Rate limit window size in milliseconds. Defaults to 20000 (20 seconds).), DT_ENVIRONMENT_CONFIGS (An escaped JSON array that defines the Dynatrace Managed environment(s) to connect to. See README file for contents of this.), LOG_LEVEL (Logging level (e.g. debug, info, warning, error)), DT_MCP_DISABLE_TELEMETRY (Disable telemetry). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Dynatrace Managed MCP

same job, measured the same way
SigNoz MCP Server
by signoz

SigNoz MCP server: access metrics, traces, logs, alerts, and dashboards via AI assistants

local only
New Relic MCP Server
by newrelic

Access New Relic observability data through MCP - query metrics, logs, traces, entities, and more

answering
Datadog
by mcparmory

Monitor infrastructure, manage agents and deployments, track metrics, logs, and events

251 installs/wk local only
MCP K8s Ro
by your-ko

Read-only Kubernetes MCP server: inspect resources, logs, events, and metrics. Secrets are masked.

local only
Mt5 MCP By Leo
by tradesystemsnique

Full MCP server for MT5: access trades, logs, compilation, etc..

107 installs/wk local only
Prometheus MCP Server
by pab1it0

MCP server providing Prometheus metrics access and PromQL query execution for AI assistants

local only
Fly Io
by pulsemcp

MCP server for managing Fly.io machines, apps, logs, and Docker images.

65 installs/wk local only
Cronometer
by cphoskins

MCP server for Cronometer — food logs, macros, fasting, biometrics, and recurring foods

333 installs/wk local only

Dynatrace Managed MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Dynatrace Managed MCP?
Dynatrace Managed MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @dynatrace-oss/dynatrace-managed-mcp-server was installed 602 times last week.
How do I connect Dynatrace Managed MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @dynatrace-oss/dynatrace-managed-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Dynatrace Managed MCP?
The npm package @dynatrace-oss/dynatrace-managed-mcp-server was installed 602 times in the last week. Week over week that is +113%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Dynatrace Managed MCP open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript, 29 stars on GitHub and 16 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.