Skip to content

Commit fab6de6

Browse files
committed
Add Amazon Q IDE to list of example clients
1 parent c6cb3bb commit fab6de6

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/clients.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ This page provides an overview of applications that support the Model Context Pr
1717
| [AgentAI][AgentAI] ||||||| Agent Library written in Rust with tools support |
1818
| [AgenticFlow][AgenticFlow] ||||||| Supports tools, prompts, and resources for no-code AI agents and multi-agent workflows. |
1919
| [Amazon Q CLI][Amazon Q CLI] ||||||| Supports prompts and tools. |
20+
| [Amazon Q IDE][Amazon Q IDE] ||||||| Supports tools. |
2021
| [Apify MCP Tester][Apify MCP Tester] ||||||| Supports remote MCP servers and tool discovery. |
2122
| [Augment Code][AugmentCode] ||||||| Supports tools in local and remote agents. |
2223
| [BeeAI Framework][BeeAI Framework] ||||||| Supports tools in agentic workflows. |
@@ -85,6 +86,7 @@ This page provides an overview of applications that support the Model Context Pr
8586
[AgenticFlow]: https://agenticflow.ai/mcp
8687
[AIQ toolkit]: https://github.com/NVIDIA/AIQToolkit
8788
[Amazon Q CLI]: https://github.com/aws/amazon-q-developer-cli
89+
[Amazon Q IDE]: https://aws.amazon.com/q/developer
8890
[Apify MCP Tester]: https://apify.com/jiri.spilka/tester-mcp-client
8991
[AugmentCode]: https://augmentcode.com
9092
[BeeAI Framework]: https://i-am-bee.github.io/beeai-framework
@@ -199,6 +201,16 @@ This page provides an overview of applications that support the Model Context Pr
199201
brew install amazon-q
200202
```
201203

204+
### Amazon Q IDE
205+
206+
[Amazon Q IDE](https://aws.amazon.com/q/developer) is an open-source, agentic coding assistant for IDEs.
207+
208+
**Key features:**
209+
210+
- Support for the VSCode, JetBrains, Visual Studio, and Eclipse IDEs.
211+
- Control and organize AWS resources directly from your IDE.
212+
- Manage permissions for each MCP tool via the IDE user interface.
213+
202214
### Apify MCP Tester
203215

204216
[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).

0 commit comments

Comments
 (0)