MCP server

Dynatrace
MCPOfficial Dynatrace MCP. Logs, events, metrics.
dynatrace-oss’s server. The environment you authenticate, not a wrapper around the API docs.
latest·Apache-2.0·Updated this quarter·github.com/dynatrace-oss/Dynatrace-mcp·Transport: stdio
Claude CodeCursorVS CodeDesktop
ScannedActive
claude_desktop_config.json
{
"mcpServers": {
"dynatrace": {
"command": "npx",
"args": [
"-y",
"@dynatrace-oss/dynatrace-mcp-server"
],
"env": {
"DT_ENVIRONMENT": "…",
"DT_TOKEN": "…"
}
}
}
}By Dynatrace
Spec
What the server actually exposes.
query_logs
readLogs in a window.
query_metrics
readA metric selector.
problems
readOpen problems.
Guardrails
- Credentials stay in env
- Read-first unless a write tool is called
- Official package, not a wrapper
dynatrace-mcp.mcp/tools
Tools
- read
query_logs
Logs in a window.
- read
query_metrics
A metric selector.
- read
problems
Open problems.
Last call
{ "ok": true,
"tool": "query_logs",
"rows": 12 }Other servers worth installing
Discussion
No notes yet. Be the first hunter to report back.
