Connect your AI agents
Select an agent to see setup details and example prompts.
Claude Code
by Anthropic plugin availableAgentic coding in your terminal. Understands your codebase, runs commands, and edits files with full Datadog MCP support.
Features
- Full codebase understanding
- Terminal command execution
- Git operations
- Multi-file editing
Quick start
- 1
Install Claude Code
Install the Claude Code CLI globally.
npm install -g @anthropic-ai/claude-code - 2
Add Datadog MCP Server
Register the Datadog MCP server with Claude Code (see full setup guide for other regions).
/plugin install datadog@claude-plugins-official - 3
Start coding
Launch Claude Code and use Datadog tools directly in your terminal.
claude
Example prompts
"Triage this monitor alert using logs, traces, and deploys"
"Find idle services with only health check traffic"
"Show me error rate for the checkout service this week"
Claude.ai
by Anthropic 1-click setupClaude.ai with MCP support. Connect to the Datadog remote MCP Server via a custom connector for reliable, persistent sessions.
Features
- Remote MCP via HTTP
- Custom connector support
- Cross-platform
- Persistent sessions
Quick start
- 1
Open Claude.ai
Visit Claude.ai in your browser or download the app.
https://claude.ai - 2
Add Datadog as a custom connector
Click below to add Datadog to Claude.ai. Authenticate via OAuth when prompted.
Example prompts
"What's the current state of my infrastructure?"
"Show me error trends over the last 24 hours"
"Which services have the highest latency?"
Codex CLI
by OpenAILightweight terminal agent by OpenAI. Reads and writes files, executes commands, and browses the web.
Features
- File read/write
- Command execution
- HTTP transport
- Sandboxed environment
Quick start
- 1
Install Codex CLI
Install the OpenAI Codex CLI.
npm install -g @openai/codex - 2
Add to Codex config
Add to ~/.codex/config.toml (see full setup guide for other regions).
config[mcp_servers.datadog] url = "https://mcp.datadoghq.com/api/unstable/mcp-server/mcp"
- 3
Authenticate
Log in via OAuth to connect your Datadog account.
codex mcp login datadog - 4
Start using
Run Codex and ask it to query your Datadog data.
codex
Example prompts
"What service is causing OOMKilled issues for my Kubernetes pods?"
"Scan Datadog for services with no real user traffic"
"Graph p50 and p99 latency for all API endpoints"
Cursor
by Cursor 1-click setupAI-first code editor built on VS Code. Its Composer mode enables multi-file edits with AI assistance, and background agents can work autonomously on tasks. With integrated terminal access, Cursor works seamlessly with Datadog.
Features
- Multi-file Composer
- Background agents
- Codebase indexing
- Terminal integration
Quick start
- 1
Download Cursor
Download and install Cursor from the official website.
https://cursor.sh - 2
Example prompts
"Add datadog tracing to all handlers in this file"
"Build a trace analyzer that isolates error span chains"
"Review which synthetic test failures are false alarms"
Devin
by Cognition 1-click setupFully autonomous software engineering agent. Devin plans, writes, and deploys code end-to-end — now with Datadog observability via MCP.
Features
- Autonomous coding
- End-to-end execution
- MCP integration
- CI/CD aware
Quick start
- 1
Access Devin
Sign up for Devin at Cognition's website.
https://devin.ai - 2
Add Datadog MCP
In Devin's MCP marketplace, find Datadog and connect with URL: https://mcp.datadoghq.com/api/unstable/mcp-server/mcp. Authenticate via OAuth when prompted.
- 3
Assign a task
Give Devin a task and it will use Datadog tools to investigate and fix issues autonomously.
Example prompts
"Investigate why the menu page is showing latency"
"Create a cost optimization notebook scanning our dev AWS accounts and cost metrics"
"Instrument this entire repo with Datadog RUM"
OpenCode
by SST plugin availableOpen-source terminal-based coding agent. Fast, lightweight, and built for developer workflows with native MCP support.
Features
- Open source
- Terminal UI
- MCP native
- Multi-provider support
Quick start
- 1
Install OpenCode
Install the OpenCode CLI.
curl -fsSL https://opencode.ai/install | bash - 2
Add the plugin
Add the plugin to your opencode.json configuration file.
config{ "plugin": ["@datadog/opencode-plugin"] } - 3
Start coding
Launch OpenCode and use Datadog tools directly.
opencode
Example prompts
"Correlate this monitor alert with recent deploys and feature flag changes"
"What's the p99 latency for this API route today?"
"Find the bottleneck in this 3000-span trace"
Antigravity CLI
by GoogleGoogle's agentic CLI. Understands large codebases, executes shell commands, and connects to external tools via MCP.
Features
- 1M token context
- Shell execution
- MCP support
- Google Cloud integration
Quick start
- 1
Install Antigravity CLI
Install the Antigravity CLI.
curl -fsSL https://antigravity.google/cli/install.sh | bash - 2
Add to Antigravity settings
Add to ~/.gemini/antigravity-cli/settings.json (see full setup guide for other regions).
config{ "mcpServers": { "datadog": { "type": "http", "url": "https://mcp.datadoghq.com/api/unstable/mcp-server/mcp" } } } - 3
Start using
Run Antigravity CLI and query Datadog directly.
agy
Example prompts
"Analyze error trends across all services"
"Check monitor status for production"
"Find the root cause of this latency spike"
Kiro
by AWSAn agentic CLI that understands large codebases, executes shell commands, and connects to external tools via MCP.
Features
- 1M token context
- Shell execution
- MCP support
- AWS integration
Quick start
- 1
Install Kiro CLI
Install the Kiro CLI. Mac/Linux: run the curl command below. Windows PowerShell: run irm 'https://cli.kiro.dev/install.ps1' | iex
curl -fsSL https://cli.kiro.dev/install | bash - 2
Add to Kiro settings
Add to ~/.kiro/settings/mcp.json (see full setup guide for other regions).
config{ "mcpServers": { "datadog": { "url": "https://mcp.datadoghq.com/api/unstable/mcp-server/mcp" } } } - 3
Start using
Run Kiro CLI and query Datadog directly.
kiro-cli
Example prompts
"Use Datadog to check error rates"
"Find traces for slow API calls"
"List active monitors"
Warp
by Warp 1-click setupModern environment for agentic development. Use Warp's built-in agent with native MCP support locally or in the cloud.
Features
- Terminal-based
- Codebase indexing
- Autonomous coding
- Native MCP support
Quick start
- 1
Download Warp
Install Warp from the official website.
https://warp.dev - 2
Add Datadog MCP server
Example prompts
"What are the main query error logs for my team's service in last 30min"
"Get kubernetes pods with zero non-probe traffic today"
"Compare p95 latency between deploy tags v2.2 and v2.3"
Goose
by BlockOpen-source developer agent by Block. Extensible with MCP for observability workflows.
Features
- Open source
- MCP native
- Extensible plugins
- Multi-provider
Quick start
- 1
Install Goose
Install the Goose CLI from Block.
brew install block/tap/goose - 2
Add Datadog MCP extension
Run `goose configure`, select Extensions → Add, choose type Remote MCP, and enter URL: https://mcp.datadoghq.com/api/unstable/mcp-server/mcp. Authenticate via OAuth when prompted.
- 3
Start a session
Launch Goose and begin using Datadog tools.
goose session
Example prompts
"What service is causing OOMKilled issues for my Kubernetes pods?"
"Scan Datadog for services with no real user traffic"
"Graph p50 and p99 latency for all API endpoints"
GitHub Copilot
by GitHubGitHub's AI pair programmer with agent mode. Works inside VS Code with multi-file editing, terminal commands, and MCP tool integration.
Features
- Agent mode
- Multi-file edits
- Terminal execution
- MCP tool use
Quick start
- 1
Install Datadog Extension
Install the Datadog extension for VS Code—MCP server access is included automatically.
code --install-extension datadog.datadog-vscode - 2
Sign in and restart
Sign in to your Datadog account from the extension, then restart VS Code to activate MCP.
- 3
Use Agent mode
Open Copilot chat, switch to Agent mode, and start using Datadog tools. Requires an active GitHub Copilot subscription.
Example prompts
"Add Database Monitoring to the new postgres database we just added"
"Analyze what is causing slow loads for the processing service"
"What's the p99 latency for this API route today?"
Custom Agent
by YouBuild your own AI agent with Datadog's pre-configured MCP server. Pick your model, add tools, and ship an agent that's observable from day one.
Features
- Pre-built Datadog MCP integration
- Choose any LLM provider
- Add custom tools & prompts
- Full observability built-in
Quick start
- 1
Pick your LLM
Choose any model provider — OpenAI, Anthropic, or open-source.
- 2
Connect Datadog MCP
Add the MCP server to your agent framework (see full setup guide for other regions).
config{ "mcpServers": { "datadog": { "type": "http", "url": "https://mcp.datadoghq.com/api/unstable/mcp-server/mcp" } } } - 3
Add custom tools
Extend your agent with custom tools, prompts, and workflows.
- 4
Deploy & observe
Ship your agent and monitor it with Datadog from day one.
Agent ideas
"Deploy-Aware Incident Response Agent"
"Auto-Fix Agent (From Trace to Pull Request)"
"Observability Best Practices Onboarding Agent"
"Zombie Service Hunter"
"Feature Flag ↔ Incident Correlation Agent"
"Cloud Cost Anomaly Agent"
