mcp-neovim-server

vim_window

Split, close, or navigate Neovim windows using commands like split, vsplit, only, close, or wincmd h/j/k/l for efficient workspace management.

Instructions

Manipulate Neovim windows (split, close, navigate)

Input Schema

NameRequiredDescriptionDefault
commandYesWindow command (split, vsplit, only, close, wincmd h/j/k/l)

Input Schema (JSON Schema)

{ "properties": { "command": { "description": "Window command (split, vsplit, only, close, wincmd h/j/k/l)", "enum": [ "split", "vsplit", "only", "close", "wincmd h", "wincmd j", "wincmd k", "wincmd l" ], "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