Dynatrace Managed MCP

The local _Dynatrace Managed MCP server_ allows AI Assistants to interact with one or more self-hosted Dynatrace Managed deployments, bringing observability data directly into your AI-assisted workflow.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-24 · ★ 28 · #57 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

Apache-2.0 · TypeScript servers · how we verify → /methodology

01 · Install Dynatrace Managed MCP

before you install - you'll need

Set DT_PROD_TOKEN, DT_STAGING_TOKEN before connecting. DT_CONFIG_FILE, LOG_LEVEL, DT_ENVIRONMENT_CONFIGS, LOG_OUTPUT, DT_MCP_RATE_LIMIT_MAX_CALLS, DT_MCP_RATE_LIMIT_WINDOW_MS, DT_MCP_DISABLE_TELEMETRY are optional or environment-specific per the README.

Claude Code

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

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "dynatrace-oss-dynatrace-managed-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@dynatrace-oss/dynatrace-managed-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

license Apache-2.0 - declared in the repository

npm package @dynatrace-oss/dynatrace-managed-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 Managed MCP can do

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

Latest releases

v1.0.1 · 2026-08-04

Changes in v1.0.1 · | Type | Name | Old | New | · | ------ | ------------------------- | ------ | ------ | · | ci | docker/login-action | 4.5.2 | 4.6.0 | · | deps | fast-uri…

v1.0.0 · 2026-07-29

Changes in v1.0.0 · Security (HTTP mode): unauthenticated requests are now rejected. A request that omits the X-Dynatrace-Tokens header, or supplies no token that is valid on its environment, receives HTTP 401 before…

v0.6.0 · 2026-06-08

bump axios from 1.13.6 to 1.14.0 · bump zod-to-json-schema from 3.25.1 to 3.25.2 · bump google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml from 2.3.3 to 2.3.5 · bump undici from 7.24.3 to 7.24.6…

04 · Who maintains Dynatrace Managed MCP

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

  1. Dynatrace-mcp [DEPRECATED] Dynatrace MCP Server. Migrate to dynatrace-for-ai or Dynatrace Remote MCP Server. ★ 134

05 · Facts

category
other - ranked #57 of 848 actively-maintained other servers as of 2026-08-25.
release cadence
3 releases in the last 90 days (latest 2026-08-04)
registry
io.github.dynatrace-oss/dynatrace-managed-mcp (active, first published 2026-01-15 · 5 versions)
packages
npm:@dynatrace-oss/dynatrace-managed-mcp-server

06 · Dynatrace Managed MCP FAQ

What is Dynatrace Managed MCP?

The local _Dynatrace Managed MCP server_ allows AI Assistants to interact with one or more self-hosted Dynatrace Managed deployments, bringing observability data directly into your AI-assisted workflow.

Is Dynatrace Managed MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-24 and it shipped 3 releases in the last 90 days. We re-verify nightly.

How do I install Dynatrace Managed MCP?

Run `npx -y @dynatrace-oss/dynatrace-managed-mcp-server`. The README documents 9 environment variables (DT_CONFIG_FILE, DT_PROD_TOKEN, DT_STAGING_TOKEN…) to set first. Set DT_PROD_TOKEN, DT_STAGING_TOKEN before connecting. DT_CONFIG_FILE, LOG_LEVEL, DT_ENVIRONMENT_CONFIGS, LOG_OUTPUT, DT_MCP_RATE_LIMIT_MAX_CALLS, DT_MCP_RATE_LIMIT_WINDOW_MS, DT_MCP_DISABLE_TELEMETRY are optional or environment-specific per the README. You can also paste the ready-made client config above.

Does Dynatrace Managed 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 Managed MCP

More MCP servers to compare · E18e · Eansearch MCP Server · Decompose · SSH LICCO MCP Server · Review Guard

More TypeScript MCP servers · Dynatrace MCP · Boxpdf · Boxpdf Html · Aem MCP Server · see all