MCP Hub is a MCP client for neovim that seamlessly integrates MCP (Model Context Protocol) servers into your editing workflow. It provides an intuitive interface for managing, testing, and using MCP servers with your favorite chat plugins.
Category | Feature | Support | Details |
---|---|---|---|
Capabilities | |||
Tools | β | Full support | |
π Tool List Changed | β | Real-time updates | |
Resources | β | Full support | |
π Resource List Changed | β | Real-time updates | |
Resource Templates | β | URI templates | |
Prompts | β | Full support | |
π Prompts List Changed | β | Real-time updates | |
Roots | β | Not supported | |
Sampling | β | Not supported | |
MCP Server Transports | |||
Streamable-HTTP | β | Primary transport protocol for remote servers | |
SSE | β | Fallback transport for remote servers | |
STDIO | β | For local servers | |
Authentication for remote servers | |||
OAuth | β | With PKCE flow | |
Headers | β | For API keys/tokens | |
Chat Integration | |||
Avante.nvim | β | Tools, resources, resourceTemplates, prompts(as slash_commands) | |
CodeCompanion.nvim | β | Tools, resources, resourceTemplates, prompts (as slash_commands) | |
CopilotChat.nvim | β | In-built support Draft | |
Marketplace | |||
Server Discovery | β | Browse from verified MCP servers | |
Installation | β | Manual and auto install with AI | |
Advanced | |||
Smart File-watching | β | Smart updates with config file watching | |
Multi-instance | β | All neovim instances stay in sync | |
Shutdown-delay | β | Can run as systemd service with configure delay before stopping the hub | |
Lua Native MCP Servers | β | Write once , use everywhere. Can write tools, resources, prompts directly in lua |
Visit our documentation site for detailed guides and examples
- Check out the Troubleshooting guide
- Join our Discord server for discussions, help, and updates
Please read the CONTRIBUTING.md guide.
- Neovim MCP Server (kind of) with better editing, diffs, terminal integration etc (Ideas are welcome)
- Enhanced help view with comprehensive documentation
- MCP Resources as variables in chat plugins
- MCP Prompts as slash commands in chat plugins
- Enable LLM to start and stop MCP Servers dynamically
- Support SSE transport
- Support /slash_commands in avante
- Support streamable-http transport
- Support OAuth
- Add types
- Better Docs
- Add tests
- Support #variables in avante
Thanks to:
- cline/mcp-marketplace for providing the marketplace api
- nui.nvim for inspiring our text highlighting utilities