Skip to content
Cline

Dynatrace mcp for Cline

io.github.dynatrace-oss/dynatrace-mcp

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

client:Cline transport:stdio runtime:npm

Install Dynatrace mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "dynatrace-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@dynatrace-oss/dynatrace-mcp-server"
      ],
      "env": {
        "DT_ENVIRONMENT": "<DT_ENVIRONMENT>",
        "DT_PLATFORM_TOKEN": "<DT_PLATFORM_TOKEN>",
        "OAUTH_CLIENT_ID": "<OAUTH_CLIENT_ID>",
        "OAUTH_CLIENT_SECRET": "<OAUTH_CLIENT_SECRET>",
        "DT_GRAIL_QUERY_BUDGET_GB": "<DT_GRAIL_QUERY_BUDGET_GB>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Dynatrace mcp in other clients