dt-remoteMCP-template

israel-salgado/dt-remoteMCP-template
★ 0 stars Unknown language 💬 Communication Updated today
VS Code + Copilot Chat template for the Dynatrace Remote MCP Server. Drop in per tenant, fill three placeholders, go.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "dt-remotemcp-templat": {
      "command": "npx",
      "args": [
        "-y",
        "israel-salgado/dt-remoteMCP-template"
      ]
    }
  }
}