Skip to main content
Glama
laktek
by laktek

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
list_nvim_buffersB

List all open buffers in Neovim instances running in the current directory

get_current_bufferB

Get the currently active buffer in Neovim

get_buffer_contentB

Get the content of a specific buffer by path

update_bufferB

Update the content of a buffer in Neovim. Changes appear immediately in the editor.

reload_bufferA

Reload a buffer from disk. Use this after editing a file externally to refresh the buffer in Neovim.

reload_all_buffersA

Check all open buffers and reload any that have changed on disk. Use this after editing files externally.

open_fileA

Open a file in Neovim. Use this to open newly created files or existing files for editing.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
Current Neovim BufferThe currently active buffer in Neovim
Open Neovim BuffersList of all open buffers in Neovim instances running in current directory

Latest Blog Posts

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/laktek/nvim-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server