Datadog MCP
Rank #13,438io.github.TANTIOPE/datadog-mcp
MCP server providing datadog-mcp capabilities
Datadog MCP is a Model Context Protocol (MCP) server published by tantiope. It ranks #13,438 of 132,046 servers tracked on MCP Toplist, and its repository has 6 GitHub stars. Datadog MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Dec 15, 2025 and most recently updated on Dec 18, 2025.
Ranks ahead of 118,608 of 132,046 servers on MCP Toplist.
Use Datadog MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add datadog-mcp -e "DD_API_KEY=<your DD_API_KEY>" -e "DD_APP_KEY=<your DD_APP_KEY>" -e "DD_SITE=<your DD_SITE>" -- npx -y datadog-mcpReplace each placeholder with your own value before saving.
[mcp_servers.datadog-mcp]
command = "npx"
args = ["-y", "datadog-mcp"]
[mcp_servers.datadog-mcp.env]
DD_API_KEY = "<your DD_API_KEY>"
DD_APP_KEY = "<your DD_APP_KEY>"
DD_SITE = "<your DD_SITE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"datadog-mcp": {
"command": "npx",
"args": [
"-y",
"datadog-mcp"
],
"env": {
"DD_API_KEY": "<your DD_API_KEY>",
"DD_APP_KEY": "<your DD_APP_KEY>",
"DD_SITE": "<your DD_SITE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"datadog-mcp": {
"command": "npx",
"args": [
"-y",
"datadog-mcp"
],
"env": {
"DD_API_KEY": "<your DD_API_KEY>",
"DD_APP_KEY": "<your DD_APP_KEY>",
"DD_SITE": "<your DD_SITE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"datadog-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"datadog-mcp"
],
"env": {
"DD_API_KEY": "<your DD_API_KEY>",
"DD_APP_KEY": "<your DD_APP_KEY>",
"DD_SITE": "<your DD_SITE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"datadog-mcp": {
"command": "npx",
"args": [
"-y",
"datadog-mcp"
],
"env": {
"DD_API_KEY": "<your DD_API_KEY>",
"DD_APP_KEY": "<your DD_APP_KEY>",
"DD_SITE": "<your DD_SITE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"datadog-mcp": {
"command": "npx",
"args": [
"-y",
"datadog-mcp"
],
"env": {
"DD_API_KEY": "<your DD_API_KEY>",
"DD_APP_KEY": "<your DD_APP_KEY>",
"DD_SITE": "<your DD_SITE>"
}
}
}
}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.TANTIOPE%2Fdatadog-mcp)<a href="https://mcptoplist.com/server/io.github.TANTIOPE%2Fdatadog-mcp"><img src="https://mcptoplist.com/badge/io.github.TANTIOPE%2Fdatadog-mcp.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
tantiope
Available versions (2)
| Version | Published |
|---|---|
| 1.0.9 | Dec 18, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Datadog MCP?
- Datadog MCP is maintained by tantiope, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is Datadog MCP listed on the Official MCP Registry?
- Yes — Datadog MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Datadog MCP have?
- MCP Toplist tracks 2 versions of Datadog MCP, most recently published on Dec 18, 2025.
- Where can I find the source code for Datadog MCP?
- The source code for Datadog MCP is hosted at github.com/tantiope/datadog-mcp-server.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.