You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -100,6 +102,22 @@ This page provides an overview of applications that support the Model Context Pr
100
102
- It is open-source and user-friendly, suitable for beginners.
101
103
- Future support for MCP will be continuously improved.
102
104
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
+
103
121
### Apify MCP Tester
104
122
[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).
105
123
It is a standalone Apify Actor designed for testing MCP servers over SSE, with support for Authorization headers.
0 commit comments