---
title: "Query Dynatrace Managed data directly in Claude, AWS Kiro, GitHub Copilot, and other MCP-compatible clients"
url: https://daily.dev/posts/query-dynatrace-managed-data-directly-in-claude-aws-kiro-github-copilot-and-other-mcp-compatible--rudzddrjv
source_url: https://www.sitepoint.com/query-dynatrace-managed-data-directly-in-claude-aws-kiro-github-copilot-and-other-mcp-compatible-clients
type: article
source: "SitePoint"
published: 2026-08-21T07:48:46.873Z
updated: 2026-08-24T06:50:22.208Z
tags: ["devops", "github", "observability", "mcp", "claude"]
reading_time: 5
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Query Dynatrace Managed data directly in Claude, AWS Kiro, GitHub Copilot, and other MCP-compatible clients

**[SitePoint](https://daily.dev/sources/sitepoint)** · 5 min read · 0 upvotes · 0 comments

## Summary

A new Model Context Protocol server exposes Dynatrace Managed (the self-hosted deployment of the Dynatrace observability platform) data to MCP-compatible AI clients like Claude Desktop, GitHub Copilot, and AWS Kiro. It lets engineers query problems, events, logs, and entities across multiple Managed instances in natural language, supports audit workflows spanning multiple clusters, and helps bridge historical Managed data access during SaaS migrations. It runs outside the Dynatrace platform, is read-only, and authenticates via environment API tokens.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.sitepoint.com/query-dynatrace-managed-data-directly-in-claude-aws-kiro-github-copilot-and-other-mcp-compatible-clients>

## Questions this post answers

### How can I query Dynatrace Managed data from Claude Desktop or GitHub Copilot?

Dynatrace offers an MCP (Model Context Protocol) server for Dynatrace Managed that exposes problems, events, logs, and entities to any MCP-compatible client, including Claude Desktop, GitHub Copilot, and AWS Kiro. It runs outside the Dynatrace platform on a self-managed host, authenticates with Managed environment API tokens, reads configuration from YAML or JSON files, and is read-only so it cannot modify Managed data.

_daily.dev surfaces releases like this for teams wiring observability data into AI assistants._

### Can one MCP server query multiple Dynatrace Managed instances at once?

Yes, the Dynatrace Managed MCP Server supports querying multiple Managed instances in a single call, unlike single-instance adapters. This helps organizations with subsidiaries on separate clusters, managed service providers running one instance per customer, or regulated environments with data residency requirements, avoiding the need to repeat prompts cluster by cluster and manually stitch together answers.

_engineers evaluating multi-cluster observability tooling can track updates like this on daily.dev._

### How do the Dynatrace Managed and Dynatrace SaaS MCP servers work together during a migration?

Teams running both platforms use two separate MCP endpoints side by side: the SaaS MCP Server for new observability data and the Managed MCP Server for historical data. Each authenticates independently with distinct access boundaries, giving auditors a clean separation of responsibility, while AI assistants automatically query whichever server holds the relevant answer without the engineer choosing manually.

_anyone planning a Dynatrace SaaS migration can follow tooling changes like this via daily.dev._

## Similar posts on daily.dev

- [Query Dynatrace Managed data directly in Claude, AWS Kiro, GitHub Copilot, and other MCP-compatible clients](https://daily.dev/posts/query-dynatrace-managed-data-directly-in-claude-aws-kiro-github-copilot-and-other-mcp-compatible--kkpik27fa) · Dynatrace · 2 upvotes · 0 comments
- [Bring real-time production insights into Claude Code with the Dynatrace MCP Server](https://daily.dev/posts/bring-real-time-production-insights-into-claude-code-with-the-dynatrace-mcp-server-sasg5foap) · Dynatrace · 2 upvotes · 0 comments
- [Sky-high developer productivity with Dynatrace MCP and GitHub Copilot](https://daily.dev/posts/sky-high-developer-productivity-with-dynatrace-mcp-and-github-copilot-sih4xmfuh) · Dynatrace · 0 upvotes · 0 comments

---

Tags: [#devops](https://daily.dev/tags/devops), [#github](https://daily.dev/tags/github), [#observability](https://daily.dev/tags/observability), [#mcp](https://daily.dev/tags/mcp), [#claude](https://daily.dev/tags/claude)

[View this post on daily.dev](https://daily.dev/posts/query-dynatrace-managed-data-directly-in-claude-aws-kiro-github-copilot-and-other-mcp-compatible--rudzddrjv)
