Cette page est affichée en anglais. Une traduction française est en cours.
ConfigsMay 12, 2026·2 min de lecture

mcphub.nvim — Neovim MCP Client & UI

Neovim MCP client that runs servers via mcp-hub and exposes an interactive `:MCPHub` UI so chat plugins can browse, test, and call tools.

MCP Hub
MCP Hub · Community
Prêt pour agents

Staging sûr pour cet actif

Cet actif est d'abord staged. Le prompt copié demande à l'agent d'inspecter les fichiers staged avant d'activer scripts, config MCP ou config globale.

Stage only · 17/100Policy : staging
Surface agent
Tout agent MCP/CLI
Type
CLI Tool
Installation
Stage only
Confiance
Confiance : Established
Point d'entrée
Asset
Commande de staging sûr
npx -y tokrepo@latest install ea3df664-b9f6-4b3d-b879-ed4f2b7db0ec --target codex

Stage les fichiers d'abord; l'activation exige la revue du README et du plan staged.

Introduction

Neovim MCP client that runs servers via mcp-hub and exposes an interactive :MCPHub UI so chat plugins can browse, test, and call tools.

  • Best for: Neovim users who want MCP servers inside the editor, with a UI to test tools and wire them into chat plugins
  • Works with: Neovim, Node.js, mcp-hub; integrates with popular Neovim chat plugins
  • Setup time: 15–30 minutes

Practical Notes

  • Quant: baseline your setup with 1 server and 3 tool calls; aim for <2 minutes from :MCPHub open to first successful tool run.
  • Quant: keep versions explicit: Neovim >= 0.8 and Node.js >= 18 are hard requirements—record them in your dotfiles.

How to make MCP in-editor feel “native”

A practical pattern is to keep three layers separate:

  1. Server definition (what runs, with what env)
  2. UI discovery/testing (:MCPHub as a tool console)
  3. Chat integration (only wire the few tools you actually use)

Debugging checklist

  • Confirm Node.js and Neovim versions first.
  • Ensure mcp-hub is installed and on PATH (the Lazy build step can do this).
  • Start with one small server/tool, then expand.

Team workflow tip

Store your MCP server config in version control and treat it like infra: reviews, changelog notes, and rollback steps.

FAQ

Q: Do I need to install mcp-hub separately? A: The recommended Lazy.nvim setup installs mcp-hub via the build step.

Q: Should I expose every tool to my chat plugin? A: No. Start with 1–3 tools you actually use and expand deliberately.

Q: What breaks most often? A: Version drift (Neovim/Node) and PATH issues for the mcp-hub binary.

🙏

Source et remerciements

Source: https://github.com/ravitemer/mcphub.nvim > License: MIT > GitHub stars: 1,766 · forks: 83

Fil de discussion

Connectez-vous pour rejoindre la discussion.
Aucun commentaire pour l'instant. Soyez le premier à partager votre avis.

Actifs similaires