You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I wanted to share a Neovim plugin I've been working on called mcphub.nvim. It's designed to make working with Model Context Protocol (MCP) servers super smooth in Neovim. The main idea was to make it really easy to manage and use MCP servers right from Neovim. You just need one command :MCPHub to get started, and it gives you this nice UI where you can test out all your tools and resources.
Here is a quick demo of what it can do:
demo.mp4
The plugin provides api to list running servers, call tools via call_tool, access resources via access_resource along with many utility functions to insert mcp related prompts into system prompts. Both sync and async operations are possible. Please look into integrations with other popular chat plugins
@yetone I saw you are working on mcp integration for this plugin, please see if this might be of any help. Appreciate your feedback.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi! I wanted to share a Neovim plugin I've been working on called mcphub.nvim. It's designed to make working with Model Context Protocol (MCP) servers super smooth in Neovim. The main idea was to make it really easy to manage and use MCP servers right from Neovim. You just need one command
:MCPHub
to get started, and it gives you this nice UI where you can test out all your tools and resources.Here is a quick demo of what it can do:
demo.mp4
The plugin provides api to list running servers, call tools via
call_tool
, access resources viaaccess_resource
along with many utility functions to insert mcp related prompts into system prompts. Both sync and async operations are possible. Please look into integrations with other popular chat plugins@yetone I saw you are working on mcp integration for this plugin, please see if this might be of any help. Appreciate your feedback.
Beta Was this translation helpful? Give feedback.
All reactions