bigcodegen_mcp-neovim-server

bigcodegen_mcp-neovim-server

0

The Neovim MCP Server is a proof of concept showcasing integration between Claude Desktop and Neovim. It demonstrates lightweight code assistance leveraging Vim's native commands, allowing interaction with Neovim sessions via a simple toolset.

Neovim MCP Server

A proof of concept integration between Claude Desktop and Neovim, using MCP and the neovim/node-client JavaScript library.

Features

  • Connects to your nvim instance
  • Views your current buffer
  • Gets cursor location, mode, file name
  • Runs vim commands

Limitations

  • Proof of concept with potential issues in handling custom configurations, socket connections, and error handling.