Skip to main content
Glama

mcp-neovim-server

vim_tab

Manipulate Neovim tabs: create, close, navigate, or list tabs using specified actions for efficient code editing workflows.

Instructions

Manage Neovim tabs: create, close, and navigate between tabs

Input Schema

NameRequiredDescriptionDefault
actionYesTab action to perform
filenameNoFilename for new tab (optional)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "action": { "description": "Tab action to perform", "enum": [ "new", "close", "next", "prev", "first", "last", "list" ], "type": "string" }, "filename": { "description": "Filename for new tab (optional)", "type": "string" } }, "required": [ "action" ], "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