Dynatrace MCP

Please migrate to one of the actively maintained alternatives: See the migration guide for a step-by-step comparison and migration instructions. It runs locally over stdio via the published package.

People who work with dynatrace, monitoring and observability and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

NO LONGER MAINTAINED

LAST COMMIT 2026-08-26 · ★ 137 · VERIFIED 2026-09-18

MIT · TypeScript servers · how we verify → /methodology

01 · Install Dynatrace MCP

before you install - you'll need

Set DT_ENVIRONMENT, MCP_BEARER_TOKEN before connecting. DT_PLATFORM_TOKEN, HTTPS_PROXY, NO_PROXY, DT_MCP_DISABLE_TELEMETRY are optional or environment-specific per the README.

Claude Code

claude mcp add dynatrace-oss-dynatrace-mcp -- npx -y @dynatrace-oss/dynatrace-mcp-server

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "dynatrace-oss-dynatrace-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@dynatrace-oss/dynatrace-mcp-server"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repository archived on GitHub - read-only; no future fixes, security or otherwise

license MIT - declared in the repository

npm package @dynatrace-oss/dynatrace-mcp-server - published under the repo owner's npm scope (@dynatrace-oss)

registry namespace io.github.dynatrace-oss is GitHub-verified and matches the repo owner

03 · What Dynatrace MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v2.1.2 · 2026-07-20

Changes in v2.1.2 · deprecate repository, redirect to remote MCP and dtctl · Usage · bash · npx -y @dynatrace-oss/dynatrace-mcp-server@2.1.2 · MCP Bundle · This release also includes the local MCP Bundle asset…

v2.1.1 · 2026-07-14

Changes in v2.1.1 · prepare v2.1.1 · bump @dynatrace/strato-icons · validate and escape DQL template parameters (GHSA-pqh8-p93p-2rx7) · Usage · bash · npx -y @dynatrace-oss/dynatrace-mcp-server@2.1.1 · MCP Bundle…

v2.1.0 · 2026-06-30

Changes in v2.1.0 · prepare v2.1.0 · bump undici from 8.1.0 to 8.5.0 · enforce MCP_BEARER_TOKEN requirement + add startup test · bump the dynatrace-minor-updates group across 1 directory with 2 updates · bump…

04 · Who maintains Dynatrace MCP

Dynatrace-mcp is maintained by dynatrace-oss. We track 2 MCP servers from dynatrace-oss - 1 actively maintained, 166 combined GitHub stars, oldest repo from Apr 2025. Full record: all servers from dynatrace-oss.

  1. dynatrace-managed-mcp MCP server for Dynatrace Managed to access logs, events, and metrics. ★ 29

05 · Facts

category
DevOps & monitoring - dead as of 2026-09-18.
release cadence
3 releases in the last 90 days (latest 2026-07-20)
registry
io.github.dynatrace-oss/Dynatrace-mcp (active, first published 2025-09-15 · 35 versions)
packages
npm:@dynatrace-oss/dynatrace-mcp-server

06 · Dynatrace MCP FAQ

What is Dynatrace MCP?

Please migrate to one of the actively maintained alternatives: See the migration guide for a step-by-step comparison and migration instructions. It runs locally over stdio via the published package.

Is Dynatrace MCP still maintained?

Its last commit was 2026-08-26 (as of 2026-09-18) - we classify it as dead.

How do I install Dynatrace MCP?

Run `npx -y @dynatrace-oss/dynatrace-mcp-server`. The README documents 6 environment variables (DT_ENVIRONMENT, DT_PLATFORM_TOKEN, MCP_BEARER_TOKEN…) to set first. Set DT_ENVIRONMENT, MCP_BEARER_TOKEN before connecting. DT_PLATFORM_TOKEN, HTTPS_PROXY, NO_PROXY, DT_MCP_DISABLE_TELEMETRY are optional or environment-specific per the README. You can also paste the ready-made client config above.

Does Dynatrace MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Dynatrace MCP