Replies: 1 comment
-
|
Please check the following discussion on how to integrate mcphub.nvim with avante |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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
:MCPHubto 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_resourcealong 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