Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NVIM_BUFFER_PORTNoPort for the HTTP bridge (default 4389)4389

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_cursor_contextA

Returns current file, filetype, cursor position, and nearby lines.

get_linesA

Returns lines from start to end (0-indexed, end-exclusive).

get_selectionA

Returns last visual selection based on '< and '> marks.

get_yankA

Returns unnamed register text and register type.

get_full_fileA

Returns full current buffer content.

get_pathB

Returns the absolute and relative path of the current file.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 6 tools

Disambiguation5/5

Each tool retrieves a distinct piece of information: cursor context, line range, selection, yank register, full file, and file path. There is no overlap in purpose.

Naming Consistency5/5

All tools follow a consistent 'get_' prefix followed by a clear noun describing the fetched data (e.g., get_cursor_context, get_lines). No mixing of styles.

Tool Count4/5

With 6 tools covering essential read operations, the count is reasonable for a focused inspection server, though slightly on the lower side.

Completeness2/5

The server provides only read operations, lacking any mutation tools like edit, execute commands, or buffer management. This leaves significant gaps for a NeoVim integration.

Maintenance

ActivityMaintained
ResponsivenessUnresponsive