{ "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json", "name": "io.github.dynatrace-oss/dynatrace-managed-mcp", "description": "MCP server for Dynatrace Managed to access logs, events, and metrics.", "repository": { "url": "https://github.com/dynatrace-oss/dynatrace-managed-mcp", "source": "github" }, "version": "0.5.7", "packages": [ { "registryType": "npm", "registryBaseUrl": "https://registry.npmjs.org", "identifier": "@dynatrace-oss/dynatrace-managed-mcp-server", "version": "0.5.7", "runtimeHint": "npx", "transport": { "type": "stdio" }, "environmentVariables": [ { "name": "DT_MCP_RATE_LIMIT_MAX_CALLS", "description": "Maximum number of tool calls allowed per rate limit window. Defaults to 20.", "isRequired": false, "format": "number" }, { "name": "DT_MCP_RATE_LIMIT_WINDOW_MS", "description": "Rate limit window size in milliseconds. Defaults to 20000 (20 seconds).", "isRequired": false, "format": "number" }, { "name": "DT_ENVIRONMENT_CONFIGS", "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": "LOG_LEVEL", "description": "Logging level (e.g. debug, info, warning, error)", "isRequired": false, "format": "string" }, { "name": "DT_MCP_DISABLE_TELEMETRY", "description": "Disable telemetry", "isRequired": false, "format": "boolean" } ] } ] }