Esta página se muestra en inglés. Una traducción al español está en curso.
ConfigsMay 12, 2026·2 min de lectura

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.

Listo para agents

Staging seguro para este activo

Este activo primero queda en staging. El prompt copiado pide inspeccionar los archivos staged antes de activar scripts, config MCP o config global.

Stage only · 17/100Política: staging
Superficie agent
Cualquier agent MCP/CLI
Tipo
CLI Tool
Instalación
Stage only
Confianza
Confianza: Established
Entrada
Asset
Comando de staging seguro
npx -y tokrepo@latest install ea3df664-b9f6-4b3d-b879-ed4f2b7db0ec --target codex

Primero deja archivos en staging; la activación requiere revisar el README y el plan staged.

Introducción

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.

🙏

Fuente y agradecimientos

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

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados