Dynatrace MCP Server
DevOpsstdio
Dynatrace's official MCP server that brings the Dynatrace observability platform into AI workflows. Lets assistants query problems and vulnerabilities, run DQL against logs, metrics, and traces, inspect entities, and pull real-time monitoring data directly into a developer's coding environment for faster troubleshooting and root-cause analysis.
连接
将此配置添加到 .claude/mcp.json
{
"mcpServers": {
"dynatrace": {
"command": "npx",
"args": [
"-y",
"@dynatrace-oss/dynatrace-mcp-server"
],
"env": {
"DT_ENVIRONMENT": "<YOUR_DT_ENVIRONMENT>",
"DT_PLATFORM_TOKEN": "<YOUR_DT_PLATFORM_TOKEN>"
}
}
}
}工具 (3)
list_problems
List currently open problems detected by Dynatrace.
{
"type": "object",
"properties": {}
}execute_dql
Execute a Dynatrace Query Language (DQL) statement over logs, metrics, or traces.
{
"type": "object",
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"description": "DQL query to run"
}
}
}get_vulnerabilities
Retrieve security vulnerabilities identified by Dynatrace.
{
"type": "object",
"properties": {}
}资源
此服务器未提供任何资源。
提示词
此服务器未提供任何提示词。
服务器信息
- 星标
- 0
- 最后更新
- 2026年7月12日