HomeCloud & Monitoring › Dynatrace

Dynatrace

Connect AI assistants to Dynatrace to query observability data and analyze problems.

JavaScript Remote
★ 158 stars Last pushed 2026-09-23 License: Apache-2.0

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://{environment_id}.apps.dynatrace.com/platform-reserved/mcp-gateway/v0.1/servers/dynatrace-mcp/mcp

Claude Code:

claude mcp add --transport http dynatrace-for-ai https://{environment_id}.apps.dynatrace.com/platform-reserved/mcp-gateway/v0.1/servers/dynatrace-mcp/mcp --header "Authorization: <YOUR_VALUE>" --header "X-Http-Source: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "dynatrace-for-ai": {
      "url": "https://{environment_id}.apps.dynatrace.com/platform-reserved/mcp-gateway/v0.1/servers/dynatrace-mcp/mcp",
      "headers": {
        "Authorization": "<YOUR_VALUE>",
        "X-Http-Source": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization required secret — Dynatrace Platform Token with MCP gateway scopes
  • X-Http-Source

Related servers

Data from the Official MCP Registry