Skip to content

Commit ff3cf5f

Browse files
MCP server: Document fix for AWS Q CLI (#31853)
* MCP server: Document fix for AWS Q CLI * Add config example for Amazon Q CLI, link to it --------- Co-authored-by: Joe Peeples <joe.peeples@datadoghq.com>
1 parent 38b753a commit ff3cf5f

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

content/en/bits_ai/mcp_server/setup/_index.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The following AI clients are compatible with the Datadog MCP Server.
5656
| [Codex CLI][7] | OpenAI | |
5757
| [VS Code][11] | Microsoft | Datadog [Cursor & VS Code extension](#connect-in-cursor-and-vs-code) recommended. |
5858
| [Goose][9] | Block | |
59-
| [Q CLI][10] | Amazon | Limited support for remote authentication. Use [local binary authentication](?tab=localbinaryauthentication#connect-in-supported-ai-clients) as needed. |
59+
| [Q CLI][10] | Amazon | For remote authentication, add `"oauthScopes": []` to the server [configuration](?tab=remoteauthentication#example-configurations). |
6060
| [Cline][18] | Cline Bot | Limited support for remote authentication. Use [local binary authentication](?tab=localbinaryauthentication#connect-in-supported-ai-clients) as needed. |
6161

6262
## Requirements
@@ -129,6 +129,19 @@ These examples are for the US1 site:
129129
}
130130
}
131131
```
132+
* Amazon Q CLI: `~/.aws/amazonq/default.json`
133+
134+
```json
135+
{
136+
"mcpServers": {
137+
"datadog": {
138+
"type": "http",
139+
"url": "https://mcp.datadoghq.com/api/unstable/mcp-server/mcp",
140+
"oauthScopes": []
141+
}
142+
}
143+
}
144+
```
132145

133146
[1]: https://modelcontextprotocol.io/specification/2025-03-26/basic/transports#streamable-http
134147
[2]: /getting_started/site/

0 commit comments

Comments
 (0)