{
  "markdown": "**This plugin is currently in Preview.**\n\n# Datadog Claude Code Plugin\n\nQuery your Datadog data directly from Claude Code using natural language. Ask about logs, metrics, traces, dashboards, monitors, and more.\n\n## What you need\n\n- A [Datadog](https://www.datadoghq.com/) account\n- [Claude Code](https://code.claude.com/docs) (v2.1.30+)\n\n## Getting started\n\n> If you already have the Datadog MCP server registered separately (e.g., in `.claude/mcp.json`), disable or remove it first to avoid conflicts. Run `/mcp` in Claude Code, then restart Claude Code.\n\nStart Claude Code, install the plugin from the official marketplace:\n\n```\n/plugin install datadog@claude-plugins-official\n```\n\n> Auto-updates: Enable auto-update so Claude Code notifies when an update is available. Run /plugin, select the Marketplaces tab, select claude-plugins-official, then select Enable auto-update.\n\nBefore you can start querying your Datadog data, you’ll need to connect the plugin to Datadog using your account. The setup process will guide you in selecting the correct Datadog MCP domain. After setup, follow the instructions shown in Claude Code.\n\n> You can manually trigger setup by running the `/ddsetup` command.\n\n## Using the plugin\n\nOnce connected, just ask the agent anything about your Datadog data:\n\n```\nShow me error logs for the \"checkout\" service from the last hour\n```\n\n```\nWhat monitors are currently alerting?\n```\n\n```\nFind traces for service \"api-gateway\" with latency > 500ms\n```\n\n```\nList my dashboards\n```\n\n## Can't connect?\n\n**Never connected before?** Run the `/ddsetup` command. It will help you provide the correct Datadog MCP domain and set up the MCP server.\n\n**Was working before but stopped?** Run the `/ddconfig` command. It will check your site, authentication status, and network access to help diagnose the issue.\n\n## Changing settings\n\nThe plugin provides a few commands you can run in the agent to manage configuration:\n\n- `/ddconfig` — change your Datadog site or switch organizations\n- `/ddtoolsets` — enable or disable groups of tools\n- `/ddviz` — enable, disable, or check the status of the visualization panel\n\n## Advanced usage\n\n### Key authentication\n\nInstead of OAuth, you can authenticate using a Datadog API key and application key. Set all three environment variables before starting Claude Code:\n\n```bash\nDD_MCP_DOMAIN=your-mcp-domain \\\nDD_API_KEY=your-api-key \\\nDD_APPLICATION_KEY=your-application-key \\\nclaude\n```\n\nThe `DD_MCP_DOMAIN` value must be the MCP domain (e.g. `mcp.datadoghq.com`, `mcp.us3.datadoghq.com`, `mcp.datadoghq.eu`), not a URL — do not include `https://`. When using key authentication, `/ddsetup` is not required — the plugin connects directly.\n\n### Environment variable overrides\n\nThe plugin uses environment variables with default values in its registration file. You can override these defaults by setting the environment variables directly:\n\n- `DD_MCP_DOMAIN` — overrides the Datadog MCP domain. If set, the plugin uses this value regardless of what `/ddsetup` or `/ddconfig` configured. Useful for non-standard environments or key authentication.\n- `DD_MCP_TOOLSETS` — overrides the enabled toolsets (comma-separated). If set, the plugin uses this value regardless of what `/ddtoolsets` configured.\n\nWhen environment variables are set, `/ddsetup`, `/ddconfig`, and `/ddtoolsets` still edit the default values in the registration file, but those defaults won't take effect until the environment variables are removed.\n\n## Good to know\n\n- By default, authentication is handled via OAuth in your browser. Key authentication is also [supported](#key-authentication).\n- No Datadog credentials are sent to the AI model provider.\n- On macOS, visualization tool results can render in a native side panel. Run `/ddviz` to enable, disable, or check its status. Disabling applies to every Claude Code install sharing the default data directory (a dev build with `DDVIZ_DATA_DIR` set is controlled separately).\n- When the panel can't render, the plugin sends lightweight telemetry (a failure-reason code only, never your queries or results) so we can spot broken setups. Opt out with `DO_NOT_TRACK` or `DISABLE_TELEMETRY`.\n\n## Support\n\n- [Datadog MCP Server Documentation](https://docs.datadoghq.com/mcp_server/)\n\n## Legal\n\nSee the [LICENSE](LICENSE) and [NOTICE](NOTICE) files included with this plugin.\n\nFor details on how Datadog handles your data, see the [Datadog Privacy Policy](https://www.datadoghq.com/legal/privacy).\n",
  "bytes": 4470,
  "sha": "05ed9fdb6fd8bc78b83b2ff85c3db4da52c7efddd143e3ea8f9682c1d2a0ec85",
  "repo_slug": "datadog-labs/claude-code-plugin",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_datadog_labs_claude_code_plugin_datadog_495b8d07/readme"
}