mcpbeat Sign in

Dynatrace MCP Server

local only

Dynatrace MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 16 795 installs a week from npm. Last commit 26 Aug 2026.

[DEPRECATED] Dynatrace MCP Server. Migrate to dynatrace-for-ai or Dynatrace Remote MCP Server.

The author archived this repository on GitHub, meaning it is no longer maintained.

Installs per day peak 3 163 · avg 2 653 · +41% w/w
a month agotoday
16 795
Installs / week
npm · @dynatrace-oss/dynatrace-mcp-server
137
Stars
0 open issues
26 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 23 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.

Known vulnerability in the package @dynatrace-oss/dynatrace-mcp-server · GHSA-p7w7-4929-vpj5
Known vulnerability in the package @dynatrace-oss/dynatrace-mcp-server · GHSA-pc2w-4mq8-32qw
Known vulnerability in the package @dynatrace-oss/dynatrace-mcp-server · GHSA-pqh8-p93p-2rx7
Known vulnerability in the package @dynatrace-oss/dynatrace-mcp-server · GHSA-xrmj-5g4g-8987

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-mcp -- npx -y @dynatrace-oss/dynatrace-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "Dynatrace-mcp": {
      "args": [
        "-y",
        "@dynatrace-oss/dynatrace-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.Dynatrace-mcp]
command = "npx"
args = ["-y", "@dynatrace-oss/dynatrace-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "Dynatrace-mcp": {
      "args": [
        "-y",
        "@dynatrace-oss/dynatrace-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "Dynatrace-mcp": {
      "args": [
        "-y",
        "@dynatrace-oss/dynatrace-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: DT_ENVIRONMENT (The URL of your Dynatrace environment (e.g. 'https://abc12345.apps.dynatrace.com'). Do not use Dynatrace classic URLs.), DT_PLATFORM_TOKEN ([OPTIONAL] Dynatrace Platform Token for authentication. Alternative to OAuth authentication.), OAUTH_CLIENT_ID ([OPTIONAL] OAuth Client ID for advanced authentication scenarios. Use with OAUTH_CLIENT_SECRET.), OAUTH_CLIENT_SECRET ([OPTIONAL] OAuth Client Secret for advanced authentication scenarios. Use with OAUTH_CLIENT_ID.), DT_GRAIL_QUERY_BUDGET_GB ([OPTIONAL] Budget limit in GB for Grail query bytes scanned per session. Default: 1000. Set to -1 to disable budget tracking.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Dynatrace MCP

same job, measured the same way
Freightgate MCP Server
by vinaybhosle

Deprecated - renamed to shippingrates-mcp-server

local only
Turrior MCP
by turrior-my

Authenticated remote MCP server for Turrior.

answering
Testing Repo
by vinur1992

An MCP server that created for demo

local only
Dynatrace Managed MCP
by dynatrace-oss

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

602 installs/wk local only
AI.TV MCP Server
by ai

Remote MCP server for AI.TV creators — delegate account operations to your AI agent over MCP.

answering
SUZURI MCP Server
by pepabo

Official remote MCP server for SUZURI.

answering
MCP Gdbserver
by daedalus

MCP server for remote debugging with gdbserver

68 installs/wk local only
Color Me Shop MCP Server
by pepabo

Official remote MCP server for Color Me Shop.

answering

Dynatrace MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Dynatrace MCP?
Dynatrace 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-mcp-server was installed 16 795 times last week.
Is Dynatrace MCP still maintained?
The author archived this repository on GitHub, meaning it is no longer maintained. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Dynatrace 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-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Dynatrace MCP?
The npm package @dynatrace-oss/dynatrace-mcp-server was installed 16 795 times in the last week. Week over week that is +41%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Dynatrace MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 137 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.