Skip to main content
Glama

mcp-neovim-server

vim_file_open

Open specified files directly into new buffers using Vim's native editing commands for efficient text editing within the mcp-neovim-server environment.

Instructions

Open files into new buffers

Input Schema

NameRequiredDescriptionDefault
filenameYesPath to the file to open

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "filename": { "description": "Path to the file to open", "type": "string" } }, "required": [ "filename" ], "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