Dynatrace Mcp Server
@dynatrace-oss/dynatrace-mcp-server
Model Context Protocol (MCP) server for Dynatrace
0 downloads
v1.5.2
Capabilities
tools
Installation
Quick Install
Install using the MCPSearch CLI (recommended)
mcp install @dynatrace-oss/dynatrace-mcp-serverDon't have the CLI? Install it first
Run with npx
Run directly without installing
npx -y @dynatrace-oss/dynatrace-mcp-serverManual Configuration
Add to your MCP client configuration file
CClaude Code / Claude Desktop
Add to ~/.claude/claude_desktop_config.json
{
"mcpServers": {
"dynatrace-mcp-server": {
"command": "npx",
"args": [
"-y",
"@dynatrace-oss/dynatrace-mcp-server"
]
}
}
}CuCursor
Add to ~/.cursor/mcp.json
{
"mcp": {
"servers": {
"dynatrace-mcp-server": {
"command": "npx",
"args": [
"-y",
"@dynatrace-oss/dynatrace-mcp-server"
]
}
}
}
}VSVS Code / Continue.dev
Add to .vscode/mcp.json or Continue settings
{
"mcpServers": {
"dynatrace-mcp-server": {
"command": "npx",
"args": [
"-y",
"@dynatrace-oss/dynatrace-mcp-server"
]
}
}
}About
Model Context Protocol (MCP) server for Dynatrace
Reviews
No reviews yet. Be the first to review this package!
Quick Install
Install using the MCPSearch CLI (recommended)
mcp install @dynatrace-oss/dynatrace-mcp-serverDon't have the CLI? Install it first
Run with npx
Run directly without installing
npx -y @dynatrace-oss/dynatrace-mcp-serverManual Configuration
Add to your MCP client configuration file
CClaude Code / Claude Desktop
Add to ~/.claude/claude_desktop_config.json
{
"mcpServers": {
"dynatrace-mcp-server": {
"command": "npx",
"args": [
"-y",
"@dynatrace-oss/dynatrace-mcp-server"
]
}
}
}CuCursor
Add to ~/.cursor/mcp.json
{
"mcp": {
"servers": {
"dynatrace-mcp-server": {
"command": "npx",
"args": [
"-y",
"@dynatrace-oss/dynatrace-mcp-server"
]
}
}
}
}VSVS Code / Continue.dev
Add to .vscode/mcp.json or Continue settings
{
"mcpServers": {
"dynatrace-mcp-server": {
"command": "npx",
"args": [
"-y",
"@dynatrace-oss/dynatrace-mcp-server"
]
}
}
}Compatible With
Claude CodeCursorWindsurfContinue.dev
Details
- Version
- 1.5.2
- License
- MIT
- Category
- memory
- MCP Version
- 1.0
- Published
- 4/30/2025
- Updated
- 3/6/2026