mcp-server-datadog
The Datadog MCP Server is a community-driven project that connects with the Datadog API to offer observability tools like monitoring incidents and retrieving metrics. It is part of the Model Context Protocol ecosystem and is designed for extensibility to enhance Datadog functionality through additional API integrations.
What is the Datadog MCP Server?
It is a community-maintained server that integrates with the Datadog API to provide incident management and monitoring capabilities as part of the Model Context Protocol ecosystem.
What are the prerequisites for using the Datadog MCP Server?
You need valid Datadog API credentials, including the API key and application key, and optionally the Datadog site.
How can I install the Datadog MCP Server?
You can install it via Smithery using the command npx -y @smithery/cli install @winor30/mcp-server-datadog --client claude
or manually using pnpm
commands.
Can I extend the Datadog MCP Server with additional features?
Yes, the server is designed to be extensible, allowing for integration with additional Datadog APIs in the future.
How do I configure the server for use with Claude Desktop?
You need to add the server configuration to your claude_desktop_config.json
file, specifying the command, arguments, and environment variables.