Install
$ agentstack add skill-cogni-ai-ou-cogni-ai-agent-skills-datadog-mcp ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ● Network access Used
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Datadog MCP
Query Datadog telemetry (logs, metrics, traces, monitors, incidents, services, notebooks) directly via MCP to preserve agent context window and avoid context switching.
Core Process
- Identify Required Data: Determine the specific observability telemetry needed (e.g., traces vs. monitors).
- Select Minimal Toolset: Choose the narrowest toolset that provides the required data.
- Execute Queries: Use targeted MCP tool calls to retrieve data.
- Synthesize Findings: Analyze the telemetry within the current context.
Core Principles
- Context Optimization: Aggressively minimize toolset surface area. Prefer specialized toolsets over the
coretoolset whenever possible. - MCP Exclusivity: Exclusively use MCP tools for telemetry. Never attempt SSH access to hosts or request UI navigation.
Commands / Usage Patterns
Load the appropriate toolset based on the task:
core: Broad access (logs, metrics, traces, dashboards, monitors, incidents, hosts, services, events, notebooks). Use only when multiple domains are needed simultaneously.alerting: Monitor validation, monitor group search, monitor templates.apm: Advanced trace analysis, span search, Watchdog insights, performance investigation.cases: Case Management workflows (create/search/update, Jira linking).dbm: Database Monitoring queries and investigations.ddsql: Preview DDSQL tools for logs, metrics, RUM, spans, and infrastructure data.error-tracking: Error Tracking issue search and retrieval.feature-flags: Feature flag listing, creation, updates, and environment configuration.llmobs: LLM Observability spans and experiment analysis.product-analytics: Product Analytics query tooling.networks: Cloud Network Monitoring and Network Device Monitoring analysis.security: Security scans, security signals, and security findings analysis.software-delivery: CI Visibility and Test Optimization analysis.synthetics: Synthetics test retrieval and updates.workflows: Workflow Automation listing, inspection, execution, and trigger updates.
Access Control
Application Key Scopes
Application Key Scopes restrict what applications can access in your Datadog data without granting new capabilities - they simply limit the scope of existing permissions.
If you require additional scopes to complete the task, check the full list of scopes (Datadog Role Permissions) and report to the user.
Reference
- Datadog for VSCode: GitHub repository
- Datadog MCP Server Toolsets: Datadog docs
- Datadog Role Permissions
What to Avoid
- Loading the
coretoolset by default when a narrow toolset (e.g.,apmoralerting) is sufficient. - Reverting to manual Datadog UI navigation, SSH access, or raw
curlrequests (datadog-api) for standard telemetry retrieval when the MCP server is available.
Limitations
- Query depth and visibility are constrained by the active Datadog role and the implemented MCP server capabilities.
Related Skills
- datadog-agent: Use when installing, configuring, or updating Datadog Agent.
- datadog-api: Execute raw Datadog API requests. Fallback when MCP lacks a specific capability or for administrative actions.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: Cogni-AI-OU
- Source: Cogni-AI-OU/cogni-ai-agent-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.