Skip to content

Commit c1d3181

Browse files
authored
Merge pull request modelcontextprotocol#433 from GoodluckH/patch-1
doc(clients): add Amazon Q CLI
2 parents dcb96e8 + b1948d6 commit c1d3181

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

docs/clients.mdx

Lines changed: 18 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 prompts and 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,22 @@ 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+
- Access saved prompts instantly with `@`.
112+
- Control and organize AWS resources directly from your terminal.
113+
- Tools, profiles, context management, auto-compact, and so much more!
114+
115+
**Get Started**
116+
117+
```bash
118+
brew install amazon-q
119+
```
120+
103121
### Apify MCP Tester
104122
[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).
105123
It is a standalone Apify Actor designed for testing MCP servers over SSE, with support for Authorization headers.

0 commit comments

Comments
 (0)