Skip to main content
Glama

mcp-neovim-server

vim_buffer

Retrieve buffer contents with line numbers from Neovim buffers via the MCP server. Use optional filename to view specific buffer data efficiently.

Instructions

Get buffer contents with line numbers

Input Schema

NameRequiredDescriptionDefault
filenameNoOptional file name to view a specific buffer

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "filename": { "description": "Optional file name to view a specific buffer", "type": "string" } }, "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