Skip to content

Commit d1cbf60

Browse files
authored
Merge branch 'modelcontextprotocol:main' into mcp-logging-best-practices
2 parents 79ee998 + 0d63e2d commit d1cbf60

File tree

2 files changed

+83
-9
lines changed

2 files changed

+83
-9
lines changed

docs/clients.mdx

Lines changed: 74 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,17 @@ This page provides an overview of applications that support the Model Context Pr
1616
| [5ire][5ire] ||||||| Supports tools. |
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. |
19+
| [AIQL TUUI][AIQL TUUI] ||||||| Supports tools, prompts, resources, and sampling for MCP servers via Multi-LLM APIs. |
1920
| [Amazon Q CLI][Amazon Q CLI] ||||||| Supports prompts and tools. |
21+
| [Amazon Q IDE][Amazon Q IDE] ||||||| Supports tools. |
2022
| [Apify MCP Tester][Apify MCP Tester] ||||||| Supports remote MCP servers and tool discovery. |
2123
| [Augment Code][AugmentCode] ||||||| Supports tools in local and remote agents. |
2224
| [BeeAI Framework][BeeAI Framework] ||||||| Supports tools in agentic workflows. |
2325
| [BoltAI][BoltAI] ||||||| Supports tools. |
2426
| [Claude.ai][Claude.ai] ||||||| Supports tools, prompts, and resources for remote MCP servers. |
25-
| [Claude Code][Claude Code] | ||||| | Supports prompts and tools |
27+
| [Claude Code][Claude Code] | ||||| | Supports resources, prompts, tools, and roots |
2628
| [Claude Desktop App][Claude Desktop] ||||||| Supports tools, prompts, and resources for local and remote MCP servers. |
29+
| [Chorus][Chorus] ||||||| Supports tools. |
2730
| [Cline][Cline] ||||||| Supports tools and resources. |
2831
| [Continue][Continue] ||||||| Supports tools, prompts, and resources. |
2932
| [Copilot-MCP][CopilotMCP] ||||||| Supports tools and resources. |
@@ -55,12 +58,14 @@ This page provides an overview of applications that support the Model Context Pr
5558
| [OpenSumi][OpenSumi] ||||||| Supports tools in OpenSumi |
5659
| [oterm][oterm] ||||||| Supports tools, prompts and sampling for Ollama. |
5760
| [Postman][postman] ||||||| Supports tools, resources, prompts, and sampling |
61+
| [RecurseChat][RecurseChat] ||||||| Supports tools. |
5862
| [Roo Code][Roo Code] ||||||| Supports tools and resources. |
5963
| [Slack MCP Client][Slack MCP Client] ||||||| Supports tools and multiple servers. |
6064
| [Sourcegraph Cody][Cody] ||||||| Supports resources through OpenCTX |
6165
| [SpinAI][SpinAI] ||||||| Supports tools for Typescript AI Agents |
6266
| [Superinterface][Superinterface] ||||||| Supports tools |
6367
| [Superjoin][Superjoin] ||||||| Supports tools and multiple servers. |
68+
| [systemprompt][systemprompt] ||||||| Supports tools, resources, prompts, and sampling. |
6469
| [TheiaAI/TheiaIDE][TheiaAI/TheiaIDE] ||||||| Supports tools for Agents in Theia AI and the AI-powered Theia IDE |
6570
| [Tome][Tome] ||||||| Supports tools, manages MCP servers. |
6671
| [TypingMind App][TypingMind App] ||||||| Supports tools at app-level (appear as plugins) or when assigned to Agents |
@@ -84,14 +89,17 @@ This page provides an overview of applications that support the Model Context Pr
8489
[AgentAI]: https://github.com/AdamStrojek/rust-agentai
8590
[AgenticFlow]: https://agenticflow.ai/mcp
8691
[AIQ toolkit]: https://github.com/NVIDIA/AIQToolkit
92+
[AIQL TUUI]: https://github.com/AI-QL/tuui
8793
[Amazon Q CLI]: https://github.com/aws/amazon-q-developer-cli
94+
[Amazon Q IDE]: https://aws.amazon.com/q/developer
8895
[Apify MCP Tester]: https://apify.com/jiri.spilka/tester-mcp-client
8996
[AugmentCode]: https://augmentcode.com
9097
[BeeAI Framework]: https://i-am-bee.github.io/beeai-framework
9198
[BoltAI]: https://boltai.com
9299
[Claude.ai]: https://claude.ai
93100
[Claude Code]: https://claude.ai/code
94101
[Claude Desktop]: https://claude.ai/download
102+
[Chorus]: https://chorus.sh
95103
[Cline]: https://github.com/cline/cline
96104
[Continue]: https://github.com/continuedev/continue
97105
[CopilotMCP]: https://github.com/VikashLoomba/copilot-mcp
@@ -120,12 +128,14 @@ This page provides an overview of applications that support the Model Context Pr
120128
[OpenSumi]: https://github.com/opensumi/core
121129
[oterm]: https://github.com/ggozad/oterm
122130
[Postman]: https://postman.com/downloads
131+
[RecurseChat]: https://recurse.chat/
123132
[Roo Code]: https://roocode.com
124133
[Slack MCP Client]: https://github.com/tuannvm/slack-mcp-client
125134
[Cody]: https://sourcegraph.com/cody
126135
[SpinAI]: https://spinai.dev
127136
[Superinterface]: https://superinterface.ai
128137
[Superjoin]: https://superjoin.ai
138+
[systemprompt]: https://systemprompt.io
129139
[TheiaAI/TheiaIDE]: https://eclipsesource.com/blogs/2024/12/19/theia-ide-and-theia-ai-support-mcp/
130140
[Tome]: https://github.com/runebookai/tome
131141
[TypingMind App]: https://www.typingmind.com
@@ -181,6 +191,24 @@ This page provides an overview of applications that support the Model Context Pr
181191

182192
- [AgenticFlow MCP Integration](https://agenticflow.ai/mcp)
183193

194+
### AIQL TUUI
195+
196+
[AIQL TUUI] is a native, cross-platform desktop AI chat application with MCP support. It supports multiple AI providers (e.g., Anthropic, Cloudflare, Deepseek, OpenAI, Qwen), local AI models (via vLLM, Ray, etc.), and aggregated API platforms (such as Deepinfra, Openrouter, and more).
197+
198+
**Key features:**
199+
200+
- **Dynamic LLM API & Agent Switching**: Seamlessly toggle between different LLM APIs and agents on the fly.
201+
- **Comprehensive Capabilities Support**: Built-in support for tools, prompts, resources, and sampling methods.
202+
- **Configurable Agents**: Enhanced flexibility with selectable and customizable tools via agent settings.
203+
- **Advanced Sampling Control**: Modify sampling parameters and leverage multi-round sampling for optimal results.
204+
- **Cross-Platform Compatibility**: Fully compatible with macOS, Windows, and Linux.
205+
- **Free & Open-Source (FOSS)**: Permissive licensing allows modifications and custom app bundling.
206+
207+
**Learn more:**
208+
209+
- [TUUI document](https://www.tuui.com/)
210+
- [AIQL GitHub repository](https://github.com/AI-QL)
211+
184212
### Amazon Q CLI
185213

186214
[Amazon Q CLI](https://github.com/aws/amazon-q-developer-cli) is an open-source, agentic coding assistant for terminals.
@@ -199,6 +227,16 @@ This page provides an overview of applications that support the Model Context Pr
199227
brew install amazon-q
200228
```
201229

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+
202240
### Apify MCP Tester
203241

204242
[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).
@@ -254,11 +292,11 @@ It uses plain JavaScript (old-school style) and is hosted on Apify, allowing you
254292

255293
### Claude Code
256294

257-
Claude Code is an interactive agentic coding tool from Anthropic that helps you code faster through natural language commands. It supports MCP integration for prompts and tools, and also functions as an MCP server to integrate with other clients.
295+
Claude Code is an interactive agentic coding tool from Anthropic that helps you code faster through natural language commands. It supports MCP integration for resources, prompts, tools, and roots, and also functions as an MCP server to integrate with other clients.
258296

259297
**Key features:**
260298

261-
- Tool and prompt support for MCP servers
299+
- Full support for resources, prompts, tools, and roots from MCP servers
262300
- Offers its own tools through an MCP server for integrating with other MCP clients
263301

264302
### Claude.ai
@@ -283,6 +321,18 @@ The Claude desktop application provides comprehensive support for MCP, enabling
283321
- Tool integration for executing commands and scripts
284322
- Local server connections for enhanced privacy and security
285323

324+
### Chorus
325+
326+
[Chorus](https://chorus.sh) is a native Mac app for chatting with AIs. Chat with multiple models at once, run tools and MCPs, create projects, quick chat, bring your own key, all in a blazing fast, keyboard shortcut friendly app.
327+
328+
**Key features:**
329+
330+
- MCP support with one-click install
331+
- Built in tools, like web search, terminal, and image generation
332+
- Chat with multiple models at once (cloud or local)
333+
- Create projects with scoped memory
334+
- Quick chat with an AI that can see your screen
335+
286336
### Cline
287337

288338
[Cline](https://github.com/cline/cline) is an autonomous coding agent in VS Code that edits files, runs commands, uses a browser, and more–with your permission at each step.
@@ -658,6 +708,17 @@ MooPoint is a web-based AI chat platform built for developers and advanced users
658708
- MCP config integration (Claude, VSCode, etc.) for fast first-time experience in testing MCPs
659709
- Integration with history, variables, and collections for reuse and collaboration
660710

711+
### RecurseChat
712+
[RecurseChat](https://recurse.chat) is a powerful, fast, local-first chat client with MCP support. RecurseChat supports multiple AI providers including LLaMA.cpp, Ollama, and OpenAI, Anthropic.
713+
714+
**Key features:**
715+
- Local AI: Support MCP with Ollama models.
716+
- MCP Tools: Individual MCP server management. Easily visualize the connection states of MCP servers.
717+
- MCP Import: Import configuration from Claude Desktop app or JSON
718+
719+
**Learn more:**
720+
- [RecurseChat docs](https://recurse.chat/docs/features/mcp/)
721+
661722
### Slack MCP Client
662723

663724
[Slack MCP Client](https://github.com/tuannvm/slack-mcp-client) acts as a bridge between Slack and Model Context Protocol (MCP) servers. Using Slack as the interface, it enables large language models (LLMs) to connect and interact with various MCP servers through standardized MCP tools.
@@ -711,6 +772,16 @@ MooPoint is a web-based AI chat platform built for developers and advanced users
711772
- Compatible with both SSE and Streamable HTTP transport for efficient, real-time streaming communication
712773
- Fully web-based, cross-platform client requiring no additional software installation
713774

775+
### systemprompt
776+
777+
[systemprompt](https://systemprompt.io) is a voice-controlled mobile app that manages your MCP servers. Securely leverage MCP agents from your pocket. Available on iOS and Android.
778+
779+
**Key features:**
780+
781+
- **Native Mobile Experience**: Access and manage your MCP servers anytime, anywhere on both Android and iOS devices
782+
- **Advanced AI-Powered Voice Recognition**: Sophisticated voice recognition engine enhanced with cutting-edge AI and Natural Language Processing (NLP), specifically tuned to understand complex developer terminology and command structures
783+
- **Unified Multi-MCP Server Management**: Effortlessly manage and interact with multiple Model Context Protocol (MCP) servers from a single, centralized mobile application
784+
714785
### TheiaAI/TheiaIDE
715786

716787
[Theia AI](https://eclipsesource.com/blogs/2024/10/07/introducing-theia-ai/) is a framework for building AI-enhanced tools and IDEs. The [AI-powered Theia IDE](https://eclipsesource.com/blogs/2024/10/08/introducting-ai-theia-ide/) is an open and flexible development environment built on Theia AI.

docs/introduction.mdx

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,22 @@ At its core, MCP follows a client-server architecture where a host application c
2020
```mermaid
2121
flowchart LR
2222
subgraph "Your Computer"
23-
Host["Host with MCP Client\n(Claude, IDEs, Tools)"]
23+
Host["Host with MCP Client<br/>(Claude, IDEs, Tools)"]
2424
S1["MCP Server A"]
2525
S2["MCP Server B"]
26-
S3["MCP Server C"]
26+
D1[("Local<br/>Data Source A")]
2727
Host <-->|"MCP Protocol"| S1
2828
Host <-->|"MCP Protocol"| S2
29-
Host <-->|"MCP Protocol"| S3
30-
S1 <--> D1[("Local\nData Source A")]
31-
S2 <--> D2[("Local\nData Source B")]
29+
S1 <--> D1
3230
end
3331
subgraph "Internet"
34-
S3 <-->|"Web APIs"| D3[("Remote\nService C")]
32+
S3["MCP Server C"]
33+
D2[("Remote<br/>Service B")]
34+
D3[("Remote<br/>Service C")]
35+
S2 <-->|"Web APIs"| D2
36+
S3 <-->|"Web APIs"| D3
3537
end
38+
Host <-->|"MCP Protocol"| S3
3639
```
3740

3841
- **MCP Hosts**: Programs like Claude Desktop, IDEs, or AI tools that want to access data through MCP

0 commit comments

Comments
 (0)