Skip to content

Commit 412a8f9

Browse files
committed
update to ensure it stays alphabetical
1 parent 5ada723 commit 412a8f9

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

docs/clients.mdx

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ This page provides an overview of applications that support the Model Context Pr
2828
| [Klavis AI Slack/Discord/Web][Klavis AI] |||||| Supports tools and resources. |
2929
| [LibreChat][LibreChat] |||||| Supports tools for Agents |
3030
| [mcp-agent][mcp-agent] |||| ⚠️ || Supports tools, server connection management, and agent workflows. |
31-
| [MCPOmni-Connect][MCPOmni-Connect] |||||| Supports tools with agentic mode, ReAct, and orchestrator capabilities. |
3231
| [MCPHub][MCPHub] | ✅ | ✅ | ✅ | ❌ | ❌ | Supports tools, resources, and prompts in Neovim
32+
| [MCPOmni-Connect][MCPOmni-Connect] |||||| Supports tools with agentic mode, ReAct, and orchestrator capabilities. |
3333
| [Microsoft Copilot Studio] |||||| Supports tools |
3434
| [OpenSumi][OpenSumi] |||||| Supports tools in OpenSumi |
3535
| [oterm][oterm] |||||| Supports tools, prompts and sampling for Ollama. |
@@ -63,8 +63,8 @@ This page provides an overview of applications that support the Model Context Pr
6363
[Goose]: https://block.github.io/goose/docs/goose-architecture/#interoperability-with-extensions
6464
[LibreChat]: https://github.com/danny-avila/LibreChat
6565
[mcp-agent]: https://github.com/lastmile-ai/mcp-agent
66-
[MCPOmni-Connect]: https://github.com/Abiorh001/mcp_omni_connect
6766
[MCPHub]: https://github.com/ravitemer/mcphub.nvim
67+
[MCPOmni-Connect]: https://github.com/Abiorh001/mcp_omni_connect
6868
[Microsoft Copilot Studio]: https://learn.microsoft.com/en-us/microsoft-copilot-studio/agent-extend-action-mcp
6969
[OpenSumi]: https://github.com/opensumi/core
7070
[oterm]: https://github.com/ggozad/oterm
@@ -254,6 +254,15 @@ Programmatically assemble prompts for LLMs using [GenAIScript](https://microsoft
254254
- Implements every pattern defined in [Building Effective Agents](https://www.anthropic.com/research/building-effective-agents).
255255
- Supports workflow pause/resume signals, such as waiting for human feedback.
256256

257+
### MCPHub
258+
[MCPHub] is a powerful Neovim plugin that integrates MCP (Model Context Protocol) servers into your workflow.
259+
260+
**Key features**
261+
- Install, configure and manage MCP servers with an intuitive UI.
262+
- Built-in Neovim MCP server with support for file operations (read, write, search, replace), command execution, terminal integration, LSP integration, buffers, and diagnostics.
263+
- Create Lua-based MCP servers directly in Neovim.
264+
- Inegrates with popular Neovim chat plugins Avante.nvim and CodeCompanion.nvim
265+
257266
### MCPOmni-Connect
258267
[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.
259268

@@ -265,15 +274,6 @@ Programmatically assemble prompts for LLMs using [GenAIScript](https://microsoft
265274
- Support for both stdio and SSE transport protocols
266275
- Comprehensive tool orchestration and resource analysis capabilities
267276

268-
### MCPHub
269-
[MCPHub] is a powerful Neovim plugin that integrates MCP (Model Context Protocol) servers into your workflow.
270-
271-
**Key features**
272-
- Install, configure and manage MCP servers with an intuitive UI.
273-
- Built-in Neovim MCP server with support for file operations (read, write, search, replace), command execution, terminal integration, LSP integration, buffers, and diagnostics.
274-
- Create Lua-based MCP servers directly in Neovim.
275-
- Inegrates with popular Neovim chat plugins Avante.nvim and CodeCompanion.nvim
276-
277277
### Microsoft Copilot Studio
278278
[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.
279279

0 commit comments

Comments
 (0)