Skip to main content
Glama
RakeshSingh-21

Dynatrace MCP Server

Dynatrace MCP Server

Dieses Projekt implementiert einen Model Context Protocol (MCP)-Server, der eine Schnittstelle zur Interaktion mit Dynatrace Grail und API-Endpunkten bereitstellt.

Funktionen

  • DQL-Ausführung: Führen Sie beliebige Dynatrace Query Language (DQL)-Abfragen aus.

  • Log-Abruf: Rufen Sie Anwendungs-Logs ab und filtern Sie diese.

  • Problemeldung: Rufen Sie aktuelle aktive Probleme von Dynatrace ab.

  • Metrik-Abfrage: Fragen Sie Metriken mit DQL ab.

Related MCP server: Dynatrace Managed MCP Server

Voraussetzungen

  • Python 3.14+

  • Eine Dynatrace-Umgebung mit API-Zugriffstokens.

Einrichtung

  1. Umgebungsvariablen: Erstellen Sie eine .env- Datei im Stammverzeichnis mit dem folgenden Variablen:

    DYNATRACE_URL=<your-dynatrace-url>
    DYNATRACE_API_TOKEN=<your-api-token>
    DYNATRACE_PLATFORM_URL=<your-platform-url>
    DYNATRACE_PLATFORM_TOKEN=<your-platform-token>
    DYNATRACE_LOG_INGEST_TOKEN=<your-log-ingest-token>
  2. Abhängigkeiten: Installen Sie die erforderlichen dependencies:

    pip install -r requirements.txt

Verwendung

Starten Sie den MCP-Server:

python server.py

Führen Sie dies in gemini/settings.json ein

"mcpServers": {
   "dynatrace": {
   "command": "D:\\Dynatrace_MCP\\venv\\Scripts\\python.exe",
   "args": [
      "D:\\Dynatrace_MCP\\server.py"
   ]
   }
}

Führen Sie danach gemini CLI aus

F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    C
    quality
    D
    maintenance
    Enables interaction with Datadog's monitoring platform to search logs, search trace spans, and perform trace span aggregation for analysis.
    3
    1,015
    MIT
  • A
    license
    Not graded
    quality
    A
    maintenance
    Enables AI assistants to interact with self-hosted Dynatrace Managed environments to retrieve observability data, security insights, and performance metrics. It allows users to query problems, logs, events, and SLOs through natural language interfaces in both local and remote modes.
    488
    28
    Apache 2.0
  • A
    license
    A
    quality
    B
    maintenance
    Enables LLM agents to query Dynatrace SaaS for observability data (logs, metrics, traces, entities, problems, vulnerabilities) and manage configurations (dashboards, notebooks, SLOs, synthetic monitors, settings).
    100
    MIT

View all related MCP servers

Related MCP Connectors

  • Query metrics, targets, entities, and team data in your Steep workspace via MCP.

  • Investigate errors, track deployments, analyze performance, and manage application monitoring

  • Search and fetch Wikidata entities, execute SPARQL queries, and resolve external identifiers.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/RakeshSingh-21/Dynatrace_MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server