datadog-mcp-server
Rank #13,410io.github.us-all/datadog
Datadog MCP — 165 tools for metrics, monitors, logs, APM, RUM, incidents, CI/CD, fleet
datadog-mcp-server is a Model Context Protocol (MCP) server published by us-all. It ranks #13,410 of 115,460 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. datadog-mcp-server is listed across 3 registries — Official MCP, Glama and PulseMCP, with 1 tracked version. It was first listed on Feb 26, 2026 and most recently updated on May 6, 2026.
Ranks ahead of 102,050 of 115,460 servers on MCP Toplist.
Use datadog-mcp-server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add datadog -e "DD_API_KEY=<your DD_API_KEY>" -e "DD_APP_KEY=<your DD_APP_KEY>" -e "DD_SITE=<your DD_SITE>" -e "DD_TOOLS=<your DD_TOOLS>" -e "DD_DISABLE=<your DD_DISABLE>" -e "DD_ALLOW_WRITE=<your DD_ALLOW_WRITE>" -- npx -y @us-all/datadog-mcpReplace each placeholder with your own value before saving.
[mcp_servers.datadog]
command = "npx"
args = ["-y", "@us-all/datadog-mcp"]
[mcp_servers.datadog.env]
DD_API_KEY = "<your DD_API_KEY>"
DD_APP_KEY = "<your DD_APP_KEY>"
DD_SITE = "<your DD_SITE>"
DD_TOOLS = "<your DD_TOOLS>"
DD_DISABLE = "<your DD_DISABLE>"
DD_ALLOW_WRITE = "<your DD_ALLOW_WRITE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"datadog": {
"command": "npx",
"args": [
"-y",
"@us-all/datadog-mcp"
],
"env": {
"DD_API_KEY": "<your DD_API_KEY>",
"DD_APP_KEY": "<your DD_APP_KEY>",
"DD_SITE": "<your DD_SITE>",
"DD_TOOLS": "<your DD_TOOLS>",
"DD_DISABLE": "<your DD_DISABLE>",
"DD_ALLOW_WRITE": "<your DD_ALLOW_WRITE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"datadog": {
"command": "npx",
"args": [
"-y",
"@us-all/datadog-mcp"
],
"env": {
"DD_API_KEY": "<your DD_API_KEY>",
"DD_APP_KEY": "<your DD_APP_KEY>",
"DD_SITE": "<your DD_SITE>",
"DD_TOOLS": "<your DD_TOOLS>",
"DD_DISABLE": "<your DD_DISABLE>",
"DD_ALLOW_WRITE": "<your DD_ALLOW_WRITE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"datadog": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@us-all/datadog-mcp"
],
"env": {
"DD_API_KEY": "<your DD_API_KEY>",
"DD_APP_KEY": "<your DD_APP_KEY>",
"DD_SITE": "<your DD_SITE>",
"DD_TOOLS": "<your DD_TOOLS>",
"DD_DISABLE": "<your DD_DISABLE>",
"DD_ALLOW_WRITE": "<your DD_ALLOW_WRITE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"datadog": {
"command": "npx",
"args": [
"-y",
"@us-all/datadog-mcp"
],
"env": {
"DD_API_KEY": "<your DD_API_KEY>",
"DD_APP_KEY": "<your DD_APP_KEY>",
"DD_SITE": "<your DD_SITE>",
"DD_TOOLS": "<your DD_TOOLS>",
"DD_DISABLE": "<your DD_DISABLE>",
"DD_ALLOW_WRITE": "<your DD_ALLOW_WRITE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"datadog": {
"command": "npx",
"args": [
"-y",
"@us-all/datadog-mcp"
],
"env": {
"DD_API_KEY": "<your DD_API_KEY>",
"DD_APP_KEY": "<your DD_APP_KEY>",
"DD_SITE": "<your DD_SITE>",
"DD_TOOLS": "<your DD_TOOLS>",
"DD_DISABLE": "<your DD_DISABLE>",
"DD_ALLOW_WRITE": "<your DD_ALLOW_WRITE>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.us-all%2Fdatadog)<a href="https://mcptoplist.com/server/io.github.us-all%2Fdatadog"><img src="https://mcptoplist.com/badge/io.github.us-all%2Fdatadog.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
us-all
Other servers by us-all
- android-mcp-server#7,541 · 1 ver
- airflow-mcp-server#9,058 · 4 vers
- unifi-mcp-server#10,146 · 2 vers
- google-drive-mcp-server#14,780 · 3 vers
- openmetadata-mcp-server#15,074 · 3 vers
- @us-all/dbt-mcp#15,659 · 2 vers
- mlflow-mcp-server#16,924 · 2 vers
Available versions (1)
| Version | Published |
|---|---|
| 1.19.1 | May 6, 2026 |
Frequently asked questions
- Who maintains datadog-mcp-server?
- datadog-mcp-server is maintained by us-all, which publishes 8 MCP servers (18 total versions) tracked on MCP Toplist.
- Is datadog-mcp-server listed on the Official MCP Registry?
- Yes — datadog-mcp-server is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does datadog-mcp-server have?
- MCP Toplist tracks 1 version of datadog-mcp-server, most recently published on May 6, 2026.
- Where can I find the source code for datadog-mcp-server?
- The source code for datadog-mcp-server is hosted at github.com/us-all/datadog-mcp-server.