Odel
dynatrace mcp

dynatrace mcp

Local
@dynatrace-oss136TypeScriptMITUpdated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@dynatrace-oss/dynatrace-mcp-serverv2.1.2

Run

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

MCP client config

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