Skip to main content
Glama

mcp-neovim-server

vim_command

Execute Vim commands directly within the MCP server, enabling integration of Vim’s native text editing workflows and optional shell command execution for enhanced productivity.

Instructions

Execute Vim commands with optional shell command support

Input Schema

NameRequiredDescriptionDefault
commandYesVim command to execute (use ! prefix for shell commands if enabled)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "command": { "description": "Vim command to execute (use ! prefix for shell commands if enabled)", "type": "string" } }, "required": [ "command" ], "type": "object" }

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