Loading MCP server directory, please wait...
MCP server for Dynatrace Managed to access logs, events, and metrics.
npx @getmcp/cli add io.github.dynatrace-oss/dynatrace-managed-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
DT_ENVIRONMENT_CONFIGSAn escaped JSON array that defines the Dynatrace Managed environment(s) to connect to. See README file for contents of this.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.dynatrace-oss/dynatrace-managed-mcp": {
"command": "npx",
"args": [
"-y",
"@dynatrace-oss/dynatrace-managed-mcp-server"
],
"env": {
"DT_ENVIRONMENT_CONFIGS": "",
"LOG_LEVEL": "",
"DT_MCP_DISABLE_TELEMETRY": ""
}
}
}
}