Skip to content

Commit 8f7d96d

Browse files
Merge branch 'main' into adding-pipedream-to-example-servers
2 parents 12d0cc3 + 44029de commit 8f7d96d

File tree

2 files changed

+120
-218
lines changed

2 files changed

+120
-218
lines changed

docs/clients.mdx

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ This page provides an overview of applications that support the Model Context Pr
2929
| [LibreChat][LibreChat] |||||| Supports tools for Agents |
3030
| [mcp-agent][mcp-agent] |||| ⚠️ || Supports tools, server connection management, and agent workflows. |
3131
| [MCPHub][MCPHub] | ✅ | ✅ | ✅ | ❌ | ❌ | Supports tools, resources, and prompts in Neovim
32+
| [MCPOmni-Connect][MCPOmni-Connect] |||||| Supports tools with agentic mode, ReAct, and orchestrator capabilities. |
3233
| [Microsoft Copilot Studio] |||||| Supports tools |
3334
| [OpenSumi][OpenSumi] |||||| Supports tools in OpenSumi |
3435
| [oterm][oterm] |||||| Supports tools, prompts and sampling for Ollama. |
@@ -63,6 +64,7 @@ This page provides an overview of applications that support the Model Context Pr
6364
[LibreChat]: https://github.com/danny-avila/LibreChat
6465
[mcp-agent]: https://github.com/lastmile-ai/mcp-agent
6566
[MCPHub]: https://github.com/ravitemer/mcphub.nvim
67+
[MCPOmni-Connect]: https://github.com/Abiorh001/mcp_omni_connect
6668
[Microsoft Copilot Studio]: https://learn.microsoft.com/en-us/microsoft-copilot-studio/agent-extend-action-mcp
6769
[OpenSumi]: https://github.com/opensumi/core
6870
[oterm]: https://github.com/ggozad/oterm
@@ -261,6 +263,17 @@ Programmatically assemble prompts for LLMs using [GenAIScript](https://microsoft
261263
- Create Lua-based MCP servers directly in Neovim.
262264
- Inegrates with popular Neovim chat plugins Avante.nvim and CodeCompanion.nvim
263265

266+
### MCPOmni-Connect
267+
[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.
268+
269+
**Key features:**
270+
- Support for resources, prompts, tools, and sampling
271+
- Agentic mode with ReAct and orchestrator capabilities
272+
- Seamless integration with OpenAI models and other LLMs
273+
- Dynamic tool and resource management across multiple servers
274+
- Support for both stdio and SSE transport protocols
275+
- Comprehensive tool orchestration and resource analysis capabilities
276+
264277
### Microsoft Copilot Studio
265278
[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.
266279

0 commit comments

Comments
 (0)