Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Tools

Functions exposed to the LLM to take actions

NameDescription
list_nvim_buffers

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

get_current_buffer

Get the currently active buffer in Neovim

get_buffer_content

Get the content of a specific buffer by path

update_buffer

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

reload_buffer

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

reload_all_buffers

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

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