A
licenseA
qualityD
maintenanceIntegrates Neovim buffers with Claude, enabling real-time buffer awareness and direct in-editor content updates through MCP resources and tools.
7
3 npm
19
MIT
No user-submitted related servers found.
Scored across 6 tools
Each tool retrieves a distinct piece of information: cursor context, line range, selection, yank register, full file, and file path. There is no overlap in purpose.
All tools follow a consistent 'get_' prefix followed by a clear noun describing the fetched data (e.g., get_cursor_context, get_lines). No mixing of styles.
With 6 tools covering essential read operations, the count is reasonable for a focused inspection server, though slightly on the lower side.
The server provides only read operations, lacking any mutation tools like edit, execute commands, or buffer management. This leaves significant gaps for a NeoVim integration.