/ Annuaire / Playground / Datadog MCP
● Communauté winor30 ⚡ Instantané

Datadog MCP

par winor30 · winor30/mcp-server-datadog

MCP server for Datadog — query metrics, logs, monitors, dashboards from AI assistants.

Datadog MCP is a MCP server that mcp server for datadog — query metrics, logs, monitors, dashboards from ai assistants Use it from Claude Code, Cursor, Codex, or any MCP-compatible / skills-compatible agent.

Pourquoi l'utiliser

Fonctionnalités clés

Démo en direct

Aperçu en pratique

mcp-server-datadog-winor30.replay ▶ prêt
0/0

Installer

Choisissez votre client

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server-datadog-winor30": {
      "command": "npx",
      "args": [
        "-y",
        "@winor30/mcp-server-datadog"
      ],
      "_inferred": true
    }
  }
}

Ouvrez Claude Desktop → Settings → Developer → Edit Config. Redémarrez après avoir enregistré.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "mcp-server-datadog-winor30": {
      "command": "npx",
      "args": [
        "-y",
        "@winor30/mcp-server-datadog"
      ],
      "_inferred": true
    }
  }
}

Cursor utilise le même schéma mcpServers que Claude Desktop. La config projet l'emporte sur la globale.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "mcp-server-datadog-winor30": {
      "command": "npx",
      "args": [
        "-y",
        "@winor30/mcp-server-datadog"
      ],
      "_inferred": true
    }
  }
}

Cliquez sur l'icône MCP Servers dans la barre latérale Cline, puis "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-server-datadog-winor30": {
      "command": "npx",
      "args": [
        "-y",
        "@winor30/mcp-server-datadog"
      ],
      "_inferred": true
    }
  }
}

Même format que Claude Desktop. Redémarrez Windsurf pour appliquer.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "mcp-server-datadog-winor30",
      "command": "npx",
      "args": [
        "-y",
        "@winor30/mcp-server-datadog"
      ]
    }
  ]
}

Continue utilise un tableau d'objets serveur plutôt qu'une map.

~/.config/zed/settings.json
{
  "context_servers": {
    "mcp-server-datadog-winor30": {
      "command": {
        "path": "npx",
        "args": [
          "-y",
          "@winor30/mcp-server-datadog"
        ]
      }
    }
  }
}

Ajoutez dans context_servers. Zed recharge à chaud à la sauvegarde.

claude mcp add mcp-server-datadog-winor30 -- npx -y @winor30/mcp-server-datadog

Une seule ligne. Vérifiez avec claude mcp list. Supprimez avec claude mcp remove.

Cas d'usage

Usages concrets : Datadog MCP

Use Datadog MCP for its core workflow

👤 Engineers and power users ⏱ ~15 min intermediate

Quand l'utiliser : You want MCP server integration for devtools work without writing glue code.

Prérequis
  • Repo installed / cloned — See repo README
Déroulement
  1. Install
    Set up the Datadog MCP MCP server.✓ Copié
    → MCP server listed in your agent config
  2. Invoke
    Use Datadog MCP to run a representative task in devtools.✓ Copié
    → Tool call succeeds; result returned

Résultat : Real devtools work completed via Datadog MCP with one chat.

Pièges
  • Auth/credential setup is the most common blocker. — Follow the repo README for env vars and tokens.
Combiner avec : filesystem

Combinaisons

Associez-le à d'autres MCPs pour un effet X10

mcp-server-datadog-winor30 + filesystem

Pair with filesystem for devtools workflows that need local file IO.

Use Datadog MCP together with filesystem.✓ Copié

Outils

Ce que ce MCP expose

OutilEntréesQuand appelerCoût
primary_call task-specific For the main use case Varies

Coût et limites

Coût d'exécution

Quota d'API
Provider rate limits apply
Tokens par appel
Varies
Monétaire
Free / pay provider directly
Astuce
Cache results; batch calls.

Sécurité

Permissions, secrets, portée

Stockage des identifiants : Use environment variables or your OS keychain.
Sortie de données : Depends on integration

Dépannage

Erreurs courantes et correctifs

Confirm install and restart your agent.

Plus

Ressources

📖 Lire le README officiel sur GitHub

🐙 Voir les issues ouvertes

🔍 Parcourir les 400+ serveurs MCP et Skills