Dynatrace MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 16 795 installs a week from npm. Last commit 26 Aug 2026.
[DEPRECATED] Dynatrace MCP Server. Migrate to dynatrace-for-ai or Dynatrace Remote MCP Server.
The author archived this repository on GitHub, meaning it is no longer maintained.
We read the source, 23 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add Dynatrace-mcp -- npx -y @dynatrace-oss/dynatrace-mcp-server
{
"mcpServers": {
"Dynatrace-mcp": {
"args": [
"-y",
"@dynatrace-oss/dynatrace-mcp-server"
],
"command": "npx"
}
}
}
[mcp_servers.Dynatrace-mcp]
command = "npx"
args = ["-y", "@dynatrace-oss/dynatrace-mcp-server"]
{
"mcpServers": {
"Dynatrace-mcp": {
"args": [
"-y",
"@dynatrace-oss/dynatrace-mcp-server"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"Dynatrace-mcp": {
"args": [
"-y",
"@dynatrace-oss/dynatrace-mcp-server"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
DT_ENVIRONMENT (The URL of your Dynatrace environment (e.g. 'https://abc12345.apps.dynatrace.com'). Do not use Dynatrace classic URLs.), DT_PLATFORM_TOKEN ([OPTIONAL] Dynatrace Platform Token for authentication. Alternative to OAuth authentication.), OAUTH_CLIENT_ID ([OPTIONAL] OAuth Client ID for advanced authentication scenarios. Use with OAUTH_CLIENT_SECRET.), OAUTH_CLIENT_SECRET ([OPTIONAL] OAuth Client Secret for advanced authentication scenarios. Use with OAUTH_CLIENT_ID.), DT_GRAIL_QUERY_BUDGET_GB ([OPTIONAL] Budget limit in GB for Grail query bytes scanned per session. Default: 1000. Set to -1 to disable budget tracking.).
The author declared them in the registry entry; get the values from the project itself.
Deprecated - renamed to shippingrates-mcp-server
Authenticated remote MCP server for Turrior.
An MCP server that created for demo
MCP server for Dynatrace Managed to access logs, events, and metrics.
Remote MCP server for AI.TV creators — delegate account operations to your AI agent over MCP.
Official remote MCP server for SUZURI.
MCP server for remote debugging with gdbserver
Official remote MCP server for Color Me Shop.
Answers built from our own checks of this server.