Skip to main content
Glama

mcp-neovim-server

vim_window

Split, close, and navigate between Neovim windows using commands like split, vsplit, close, and wincmd for efficient window management in the MCP server environment.

Instructions

Manage Neovim windows: split, close, and navigate between windows

Input Schema

NameRequiredDescriptionDefault
commandYesWindow manipulation command: split or vsplit to create new window, only to keep just current window, close to close current window, or wincmd with h/j/k/l to navigate between windows

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "command": { "description": "Window manipulation command: split or vsplit to create new window, only to keep just current window, close to close current window, or wincmd with h/j/k/l to navigate between windows", "enum": [ "split", "vsplit", "only", "close", "wincmd h", "wincmd j", "wincmd k", "wincmd l" ], "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