Commit 0fa0555 1 parent 6ef0075 commit 0fa0555 Copy full SHA for 0fa0555
File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Datadog MCP Server
2
+
2
3
[ ![ smithery badge] ( https://smithery.ai/badge/@winor30/mcp-server-datadog )] ( https://smithery.ai/server/@winor30/mcp-server-datadog )
3
4
4
5
MCP server for the Datadog API, enabling incident management and more.
@@ -140,6 +141,7 @@ npx -y @smithery/cli install @winor30/mcp-server-datadog --client claude
140
141
```
141
142
142
143
### Manual Installation
144
+
143
145
``` bash
144
146
pnpm install
145
147
pnpm build
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ startCommand:
17
17
description : Your Datadog Application key
18
18
datadogSite :
19
19
type : string
20
- default : " "
20
+ default : ' '
21
21
description : Optional Datadog site (e.g. datadoghq.eu)
22
22
commandFunction :
23
23
# A JS function that produces the CLI command based on the given config to start the MCP on stdio.
You can’t perform that action at this time.
0 commit comments