Skip to content

Commit ee1ceda

Browse files
authored
Merge pull request modelcontextprotocol#355 from disusered/patch-1
docs: Add Neovim MCP client to clients list
2 parents 4190626 + e2707e5 commit ee1ceda

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/clients.mdx

Lines changed: 11 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+
| [MCPHub][MCPHub] | ✅ | ✅ | ✅ | ❌ | ❌ | Supports tools, resources, and prompts in Neovim
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+
[MCPHub]: https://github.com/ravitemer/mcphub.nvim
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,15 @@ 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+
### MCPHub
227+
[MCPHub] is a powerful Neovim plugin that integrates MCP (Model Context Protocol) servers into your workflow.
228+
229+
**Key features**
230+
- Install, configure and manage MCP servers with an intuitive UI.
231+
- Built-in Neovim MCP server with support for file operations (read, write, search, replace), command execution, terminal integration, LSP integration, buffers, and diagnostics.
232+
- Create Lua-based MCP servers directly in Neovim.
233+
- Inegrates with popular Neovim chat plugins Avante.nvim and CodeCompanion.nvim
234+
224235
### Microsoft Copilot Studio
225236
[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.
226237

0 commit comments

Comments
 (0)