Skip to content

Commit ba2bb47

Browse files
committed
added new mcp client [MCPOmni-Connect][MCPOmni-Connect] its cli based
1 parent 623e37a commit ba2bb47

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/clients.mdx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ This page provides an overview of applications that support the Model Context Pr
2626
| [Goose][Goose] |||||| Supports tools. |
2727
| [LibreChat][LibreChat] |||||| Supports tools for Agents |
2828
| [mcp-agent][mcp-agent] |||| ⚠️ || Supports tools, server connection management, and agent workflows. |
29+
| [MCPOmni-Connect][MCPOmni-Connect] |||||| Supports tools with agentic mode, ReAct, and orchestrator capabilities. |
2930
| [Microsoft Copilot Studio] |||||| Supports tools |
3031
| [OpenSumi][OpenSumi] |||||| Supports tools in OpenSumi |
3132
| [oterm][oterm] |||||| Supports tools, prompts and sampling for Ollama. |
@@ -56,6 +57,7 @@ This page provides an overview of applications that support the Model Context Pr
5657
[Goose]: https://block.github.io/goose/docs/goose-architecture/#interoperability-with-extensions
5758
[LibreChat]: https://github.com/danny-avila/LibreChat
5859
[mcp-agent]: https://github.com/lastmile-ai/mcp-agent
60+
[MCPOmni-Connect]: https://github.com/Abiorh001/mcp_omni_connect
5961
[Microsoft Copilot Studio]: https://learn.microsoft.com/en-us/microsoft-copilot-studio/agent-extend-action-mcp
6062
[OpenSumi]: https://github.com/opensumi/core
6163
[oterm]: https://github.com/ggozad/oterm
@@ -221,6 +223,18 @@ Programmatically assemble prompts for LLMs using [GenAIScript](https://microsoft
221223
- Implements every pattern defined in [Building Effective Agents](https://www.anthropic.com/research/building-effective-agents).
222224
- Supports workflow pause/resume signals, such as waiting for human feedback.
223225

226+
### MCPOmni-Connect
227+
[MCPOmni-Connect](https://github.com/Abiorh001/mcp_omni_connect) is a versatile command-line interface (CLI) client designed to connect to various Model Context Protocol (MCP) servers using both stdio and SSE transport.
228+
229+
**Key features:**
230+
- Support for resources, prompts, tools, and sampling
231+
- Agentic mode with ReAct and orchestrator capabilities
232+
- Seamless integration with OpenAI models and other LLMs
233+
- Dynamic tool and resource management across multiple servers
234+
- Support for both stdio and SSE transport protocols
235+
- Comprehensive tool orchestration and resource analysis capabilities
236+
237+
224238
### Microsoft Copilot Studio
225239
[Microsoft Copilot Studio] is a robust SaaS platform designed for building custom AI-driven applications and intelligent agents, empowering developers to create, deploy, and manage sophisticated AI solutions.
226240

0 commit comments

Comments
 (0)