← Back to Plugins
MCP Server MCP

io.github.dynatrace-oss/dynatrace-managed-mcp

github By github 👁 1 views ▲ 0 votes

MCP server for Dynatrace Managed to access logs, events, and metrics.

Homepage Verified source GitHub

Install

npx -y @dynatrace-oss/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@dynatrace-oss/dynatrace-managed-mcp-server",
      "version": "1.0.1",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Maximum number of tool calls allowed per rate limit window. Defaults to 20.",
          "format": "number",
          "name": "DT_MCP_RATE_LIMIT_MAX_CALLS"
        },
        {
          "description": "Rate limit window size in milliseconds. Defaults to 20000 (20 seconds).",
          "format": "number",
          "name": "DT_MCP_RATE_LIMIT_WINDOW_MS"
        },
        {
          "description": "An escaped JSON array that defines the Dynatrace Managed environment(s) to connect to. See README file for contents of this.",
          "isRequired": true,
          "format": "string",
          "name": "DT_ENVIRONMENT_CONFIGS"
        },
        {
          "description": "Logging level (e.g. debug, info, warning, error)",
          "format": "string",
          "name": "LOG_LEVEL"
        },
        {
          "description": "Disable telemetry",
          "format": "boolean",
          "name": "DT_MCP_DISABLE_TELEMETRY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...