MCP Server
MCP
io.github.dynatrace-oss/Dynatrace-mcp
[DEPRECATED] Dynatrace MCP Server. Migrate to dynatrace-for-ai or Dynatrace Remote MCP Server.
Install
npx -y @dynatrace-oss/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@dynatrace-oss/dynatrace-mcp-server",
"version": "2.1.2",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "The URL of your Dynatrace environment (e.g. 'https://abc12345.apps.dynatrace.com'). Do not use Dynatrace classic URLs.",
"isRequired": true,
"format": "string",
"name": "DT_ENVIRONMENT"
},
{
"description": "[OPTIONAL] Dynatrace Platform Token for authentication. Alternative to OAuth authentication.",
"format": "string",
"name": "DT_PLATFORM_TOKEN"
},
{
"description": "[OPTIONAL] OAuth Client ID for advanced authentication scenarios. Use with OAUTH_CLIENT_SECRET.",
"format": "string",
"name": "OAUTH_CLIENT_ID"
},
{
"description": "[OPTIONAL] OAuth Client Secret for advanced authentication scenarios. Use with OAUTH_CLIENT_ID.",
"format": "string",
"name": "OAUTH_CLIENT_SECRET"
},
{
"description": "[OPTIONAL] Budget limit in GB for Grail query bytes scanned per session. Default: 1000. Set to -1 to disable budget tracking.",
"format": "number",
"name": "DT_GRAIL_QUERY_BUDGET_GB"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment