Skip to content

Commit 466c8e6

Browse files
authored
doc(clients): add Amazon Q CLI
1 parent dcb96e8 commit 466c8e6

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

docs/clients.mdx

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ This page provides an overview of applications that support the Model Context Pr
1010
| Client | [Resources] | [Prompts] | [Tools] | [Sampling] | Roots | Notes |
1111
|---------------------------------------------|-------------|-----------|---------|------------|--------|-----------------------------------------------------------------------------|
1212
| [5ire][5ire] |||||| Supports tools. |
13+
| [Amazon Q CLI][Amazon Q CLI] |||||| Supports tools. |
1314
| [Apify MCP Tester][Apify MCP Tester] |||||| Supports tools |
1415
| [BeeAI Framework][BeeAI Framework] |||||| Supports tools in agentic workflows. |
1516
| [Claude Code][Claude Code] |||||| Supports prompts and tools |
@@ -48,6 +49,7 @@ This page provides an overview of applications that support the Model Context Pr
4849
| [Zed][Zed] |||||| Prompts appear as slash commands |
4950

5051
[5ire]: https://github.com/nanbingxyz/5ire
52+
[Amazon Q CLI]: https://github.com/aws/amazon-q-developer-cli
5153
[Apify MCP Tester]: https://apify.com/jiri.spilka/tester-mcp-client
5254
[BeeAI Framework]: https://i-am-bee.github.io/beeai-framework
5355
[Claude Code]: https://claude.ai/code
@@ -100,6 +102,21 @@ This page provides an overview of applications that support the Model Context Pr
100102
- It is open-source and user-friendly, suitable for beginners.
101103
- Future support for MCP will be continuously improved.
102104

105+
### Amazon Q CLI
106+
[Amazon Q CLI](https://github.com/aws/amazon-q-developer-cli) is an open-source, agentic coding assistant for terminals.
107+
108+
**Key features:**
109+
- Full support for MCP servers.
110+
- Edit prompts using your preferred text editor.
111+
- Control and organize AWS resources directly from your terminal.
112+
- Tools, profiles, context management, auto-compact, and so much more!
113+
114+
**Get Started**
115+
116+
```bash
117+
brew install amazon-q
118+
```
119+
103120
### Apify MCP Tester
104121
[Apify MCP Tester](https://github.com/apify/tester-mcp-client) is an open-source client that connects to any MCP server using Server-Sent Events (SSE).
105122
It is a standalone Apify Actor designed for testing MCP servers over SSE, with support for Authorization headers.

0 commit comments

Comments
 (0)