★ 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"
]
}
}
}
Run in terminal:
claude mcp add dt-remotemcp-templat npx -y israel-salgado/dt-remoteMCP-template
Add to .cursor/mcp.json:
{
"mcpServers": {
"dt-remotemcp-templat": {
"command": "npx",
"args": [
"-y",
"israel-salgado/dt-remoteMCP-template"
]
}
}
}