Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Update clients.mdx to add an Open-MCP-Client - Multi-Provider LLM Chat with Model Context Protocol #201

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions clients.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ This page provides an overview of applications that support the Model Context Pr
| [Goose][Goose] | ❌ | ❌ | ✅ | ❌ | ❌ | Supports tools. |
| [LibreChat][LibreChat] | ❌ | ❌ | ✅ | ❌ | ❌ | Supports tools for Agents |
| [mcp-agent][mcp-agent] | ❌ | ❌ | ✅ | ⚠️ | ❌ | Supports tools, server connection management, and agent workflows. |
| [Open-MCP-Client][Open-MCP-Client] | ❌ | ❌ | ✅ | ❌ | ❌ | Supports tools with multi-provider LLM integration. |
| [oterm][oterm] | ❌ | ❌ | ✅ | ❌ | ❌ | Supports tools. |
| [Roo Code][Roo Code] | ✅ | ❌ | ✅ | ❌ | ❌ | Supports tools and resources. |
| [Sourcegraph Cody][Cody] | ✅ | ❌ | ❌ | ❌ | ❌ | Supports resources through OpenCTX |
Expand Down Expand Up @@ -54,6 +55,7 @@ This page provides an overview of applications that support the Model Context Pr
[SpinAI]: https://spinai.dev
[OpenSumi]: https://github.com/opensumi/core
[oterm]: https://github.com/ggozad/oterm
[Open-MCP-Client]: https://github.com/GongRzhe/Open-MCP-Client
[Resources]: https://modelcontextprotocol.io/docs/concepts/resources
[Prompts]: https://modelcontextprotocol.io/docs/concepts/prompts
[Tools]: https://modelcontextprotocol.io/docs/concepts/tools
Expand Down Expand Up @@ -166,6 +168,17 @@ Programmatically assemble prompts for LLMs using [GenAIScript](https://microsoft
- Implements every pattern defined in [Building Effective Agents](https://www.anthropic.com/research/building-effective-agents).
- Supports workflow pause/resume signals, such as waiting for human feedback.

### Open-MCP-Client
[Open-MCP-Client](https://github.com/GongRzhe/Open-MCP-Client) is a flexible chatbot framework that connects to multiple LLM providers and extends their capabilities with tools using the Model Context Protocol.

**Key features:**
- Multiple LLM provider support (OpenAI, Anthropic, Groq, Gemini, Ollama, OpenRoute)
- Dual interface options: command-line and web-based
- Extensible MCP tool ecosystem for web search, GitHub, Gmail, web browsing, and more
- Enterprise-grade reliability with circuit breakers and automatic retries
- Token management and performance monitoring across providers
- Asynchronous architecture for handling multiple operations concurrently

### oterm
[oterm] is a terminal client for Ollama allowing users to create chats/agents.

Expand Down