← Back to browse

Dynatrace-mcp

Indexed by io.github.dynatrace-oss

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsDT_ENVIRONMENT DT_PLATFORM_TOKEN OAUTH_CLIENT_ID OAUTH_CLIENT_SECRET DT_GRAIL_QUERY_BUDGET_GB
Claude Code
claude mcp add --env DT_ENVIRONMENT= --env DT_PLATFORM_TOKEN= --env OAUTH_CLIENT_ID= --env OAUTH_CLIENT_SECRET= --env DT_GRAIL_QUERY_BUDGET_GB= dynatrace-mcp -- npx @dynatrace-oss/dynatrace-mcp-server
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"dynatrace-mcp","command":"npx","args":["@dynatrace-oss/dynatrace-mcp-server"],"env":{"DT_ENVIRONMENT":"","DT_PLATFORM_TOKEN":"","OAUTH_CLIENT_ID":"","OAUTH_CLIENT_SECRET":"","DT_GRAIL_QUERY_BUDGET_GB":""}}'
JSON
{
  "mcpServers": {
    "dynatrace-mcp": {
      "command": "npx",
      "args": [
        "@dynatrace-oss/dynatrace-mcp-server"
      ],
      "env": {
        "DT_ENVIRONMENT": "",
        "DT_PLATFORM_TOKEN": "",
        "OAUTH_CLIENT_ID": "",
        "OAUTH_CLIENT_SECRET": "",
        "DT_GRAIL_QUERY_BUDGET_GB": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.