Skip to main content
Glama
206,328 tools. Last updated 2026-06-17 12:33

"Neovim" matching MCP tools:

  • Retrieve detailed Neovim status information such as cursor position, editing mode, marks, and registers for enhanced workflow management in the mcp-neovim-server.
    MIT
  • Split, close, and navigate Neovim windows using commands like split, vsplit, only, close, and wincmd with h/j/k/l for efficient window management.
    MIT
  • Retrieve the currently active Neovim buffer content to enable real-time editor awareness and direct in-editor updates through MCP integration.
    MIT

Matching MCP Servers

  • Assess the health of Neovim connections to ensure stable and reliable integration with the mcp-neovim-server for efficient code editing workflows.
    MIT
  • Record, stop, and play Neovim macros using specific registers and counts to automate repetitive text editing tasks in your workflow.
    MIT
  • Command Neovim tabs directly: create, close, navigate, or list open tabs. Simplify tab management for efficient editing workflows.
    MIT
  • Manage and update text content in Neovim registers. Specify a register name and content to store, enhancing workflow efficiency in the mcp-neovim-server environment.
    MIT
  • Send raw Vim keystrokes to Neovim, starting in normal mode. Use for motions, visual selections, and operator sequences.
    MIT
  • Retrieve LSP diagnostics for a specific file open in Neovim. Returns errors, warnings, info, and hints with line and column numbers.
    MIT
  • Add multiple virtual text annotations to Neovim buffers in a single call. Specify file, line, text, and optional position and color for each annotation.
    MIT
  • Read a specific line range from an open Neovim buffer, returning each line prefixed with its line number. Use to access sections without loading the entire file.
    MIT
  • Overlay virtual text annotations on a Neovim buffer's lines. Choose position (eol, above, below) and color for visual-only feedback.
    MIT
  • Retrieve the complete content of an open Neovim buffer, including unsaved changes, by specifying its file path. Returns all lines with 1-based line numbers.
    MIT
  • Run Vim ex commands to modify buffers, files, windows, and editor state. Use for operations like saving, splitting windows, or setting options.
    MIT
  • Highlight multiple line ranges across open Neovim buffers in a single call. Visual annotations stack without altering file content.
    MIT
  • Establish a persistent connection to a running Neovim instance via Unix socket or TCP. Automatically connects when exactly one instance is found, otherwise returns a list for selection.
    MIT
  • Retrieve LSP diagnostics from all open Neovim buffers for a project-wide overview of errors, warnings, info, and hints, including file location and severity.
    MIT