mcp-neovim-server

vim_command

Execute Neovim commands for navigation, spot editing, and line deletion. Use shell commands directly by omitting the leading colon (e.g., '!ls'). Streamline text manipulation within the mcp-neovim-server framework.

Instructions

Send a command to VIM for navigation, spot editing, and line deletion. For shell commands like ls, use without the leading colon (e.g. '!ls' not ':!ls').

Input Schema

NameRequiredDescriptionDefault
commandYesNeovim command to enter for navigation and spot editing. For shell commands use without leading colon (e.g. '!ls'). Insert <esc> to return to NORMAL mode. It is possible to send multiple commands separated with <cr>.

Input Schema (JSON Schema)

{ "properties": { "command": { "description": "Neovim command to enter for navigation and spot editing. For shell commands use without leading colon (e.g. '!ls'). Insert <esc> to return to NORMAL mode. It is possible to send multiple commands separated with <cr>.", "type": "string" } }, "required": [ "command" ], "type": "object" }

You must be authenticated.

Other Tools from mcp-neovim-server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/bigcodegen/mcp-neovim-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server