From datadog
Configures or troubleshoots the Datadog MCP server `plugin:datadog:mcp`. Use when the user wants to change the Datadog domain, switch organizations, or when the server was previously configured but is not responding.
npx claudepluginhub anthropics/claude-plugins-official --plugin datadogThis skill is limited to using the following tools:
The id of the of Datadog MCP Server referenced on this document is `plugin:datadog:mcp`. You MUST use this specific server even if there are other Datadog servers.
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
The id of the of Datadog MCP Server referenced on this document is plugin:datadog:mcp. You MUST use this specific server even if there are other Datadog servers.
Read references/mcp-settings.md before proceeding. It contains the datadog-server-state check, registration file location, editing rules, and site-to-domain mapping used by the flows below.
Check the datadog-server-state (see mcp-settings.md). Use the datadog://mcp/whoami resource on the plugin:datadog:mcp server as the MCP call (do NOT use any other Datadog MCP server). Do not output anything until the datadog-server-state and resource content are available, and proceed based on the results:
whoami): user name and email, organization name, and site (the dd_site value). Then let the user choose between using a different Datadog MCP domain or site or switching to a different Datadog organization./ddsetup, and stop.When communicating with the user below, describe the server state and actions in plain language. Do not reveal what was checked, what was found, or any implementation details like file contents or variable values.
The server is configured but not responding. Read the current DD_MCP_DOMAIN default value from the registration file, then present the user with the likely causes — do not follow these sequentially, show them all and use judgment:
mcp-settings.md. Only flag it as suspicious if it looks like a typo or a clearly malformed URL (e.g. mcp.us5.datadog.com missing the hq). A domain not in the standard table is not necessarily wrong — the user may be using a valid non-standard domain./mcp in Claude Code and select the plugin:datadog:mcp serverMCP Read permission.If the domain looks wrong, suggest running the Domain Flow to correct it.
Changes the Datadog MCP domain the server connects to.
Show the current domain information (from whoami → dd_site if available, or from the current DD_MCP_DOMAIN default value in the registration file).
Ask which MCP domain to switch to. To help, present the available sites and their MCP domains from mcp-settings.md. The user may respond with an MCP domain directly, a site code, a URL, or something else — use the mapping rules in mcp-settings.md to resolve the answer. Ask for clarification if ambiguous.
Edit DD_MCP_DOMAIN in the registration file following the editing rule in mcp-settings.md.
Before (example):
${DD_MCP_DOMAIN:-mcp.datadoghq.eu}
After (switching to us1):
${DD_MCP_DOMAIN:-mcp.datadoghq.com}
Tell the user the domain has been changed. The user needs to follow these steps:
/mcp in Claude Code and select the plugin:datadog:mcp serverSwitches to a different Datadog organization. The agent cannot do this automatically — the user must select the target organization in the browser.
Ask the user if they want to use an organization on the same domain or on a different domain.
/mcp in Claude Code and select the plugin:datadog:mcp server