Skip to content
ravitemer edited this page Apr 15, 2025 · 3 revisions

Share yours in the discussions to feature them here.

HUB UI

hub.mp4

MCP Hub + Avante + Figma

login-figma.mp4

MCP Hub + Codecompanion + Todoist

chatdemo.mp4

MCP Hub Marketplace

marketplace.mp4

🔄 True Multi-Instance Support

  • Open as many Neovim instances as you want - they all sync perfectly!
  • Changes in one instance (like toggling servers or updating config) automatically reflect in all others
multi.mp4

🔍 Smart Config File Watching

Remember having to restart Neovim or hit "R" every time you updated your servers.json?

  • Changes to your config file apply instantly
  • Only affected servers get reloaded - everything else keeps running
  • Changes sync across all your Neovim instances automatically
  • It's like having a live config that just works!
config-watch.mp4

⏰ Smarter Server Management

  • Previously: Close Neovim = Server stops = Start from scratch next time
  • Now: Server waits for a configurable time before shutting down
  • Default is 10 minutes, but you can set it as long as you want
  • If you open Neovim again within this time, everything's ready to go and timer is cancelled.
  • Want it to run like a system service? Just set a really long delay!
stays-up.mp4

LLMs Can manage MCP Servers themselves

In action:

  • All servers are disabled. We ask LLM if we have any issues open in our repo. It doesn't have access to the github server but can see that the server is disabled. So it uses toggle_mcp_server tool start it. Once started we send the server tool schema with only enabled tools, custom instructions etc. It then uses list_issues to get the open issues. Thanks to our new multi instance support with v4.7.0 we can see changes made in one neovim inside other one in realtime.
llm-starts-mcp-avante.mp4