Skip to content

Commit ebfebda

Browse files
authored
Merge pull request modelcontextprotocol#836 from nairteashop/main
Add Amazon Q IDE to list of example clients
2 parents ed493d2 + fab6de6 commit ebfebda

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
@@ -18,6 +18,7 @@ This page provides an overview of applications that support the Model Context Pr
1818
| [AgenticFlow][AgenticFlow] ||||||| Supports tools, prompts, and resources for no-code AI agents and multi-agent workflows. |
1919
| [AIQL TUUI][AIQL TUUI] ||||||| Supports tools, prompts, resources, and sampling for MCP servers via Multi-LLM APIs. |
2020
| [Amazon Q CLI][Amazon Q CLI] ||||||| Supports prompts and tools. |
21+
| [Amazon Q IDE][Amazon Q IDE] ||||||| Supports tools. |
2122
| [Apify MCP Tester][Apify MCP Tester] ||||||| Supports remote MCP servers and tool discovery. |
2223
| [Augment Code][AugmentCode] ||||||| Supports tools in local and remote agents. |
2324
| [BeeAI Framework][BeeAI Framework] ||||||| Supports tools in agentic workflows. |
@@ -90,6 +91,7 @@ This page provides an overview of applications that support the Model Context Pr
9091
[AIQ toolkit]: https://github.com/NVIDIA/AIQToolkit
9192
[AIQL TUUI]: https://github.com/AI-QL/tuui
9293
[Amazon Q CLI]: https://github.com/aws/amazon-q-developer-cli
94+
[Amazon Q IDE]: https://aws.amazon.com/q/developer
9395
[Apify MCP Tester]: https://apify.com/jiri.spilka/tester-mcp-client
9496
[AugmentCode]: https://augmentcode.com
9597
[BeeAI Framework]: https://i-am-bee.github.io/beeai-framework
@@ -225,6 +227,16 @@ This page provides an overview of applications that support the Model Context Pr
225227
brew install amazon-q
226228
```
227229

230+
### Amazon Q IDE
231+
232+
[Amazon Q IDE](https://aws.amazon.com/q/developer) is an open-source, agentic coding assistant for IDEs.
233+
234+
**Key features:**
235+
236+
- Support for the VSCode, JetBrains, Visual Studio, and Eclipse IDEs.
237+
- Control and organize AWS resources directly from your IDE.
238+
- Manage permissions for each MCP tool via the IDE user interface.
239+
228240
### Apify MCP Tester
229241

230242
[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)