Skip to main content
Glama
458,356 tools. Updated 2026-08-16 20:21

"Neovim" matching MCP tools:

  • Open files in Neovim for editing. Use this tool to access existing files or newly created files by providing the file path.
    MIT
  • 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
  • Assess the health of Neovim connections to ensure stable and reliable integration with the mcp-neovim-server for efficient code editing workflows.
    MIT

Matching MCP Servers

  • F
    license
    A
    quality
    D
    maintenance
    Enables AI agents to navigate code using Neovim's LSP and Treesitter features, and read/write the quickfix list.
    14
  • A
    license
    A
    quality
    A
    maintenance
    An MCP server that edits files through a real Neovim instance, giving agents access to LSP diagnostics, formatting, code actions, and plugin commands.
    18
    17
    MIT
  • Retrieve the currently active Neovim buffer content to enable real-time editor awareness and direct in-editor updates through MCP integration.
    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
  • Retrieve the current quickfix list from Neovim to access compilation errors or search results.
  • Populate the Neovim quickfix list with custom locations, including file paths, line numbers, and descriptions, to navigate search results or related code sites.
  • Run long-running commands as overseer tasks in Neovim, so they appear in the task list and can be stopped cleanly, instead of becoming orphaned processes.
    MIT
  • Run Vim ex commands in Neovim to modify buffers, files, and editor state. Execute a single command or a list, returning captured output or errors.
    MIT
  • Send raw Vim keystrokes to Neovim for motions, visual selections, and operators. Esc is prepended automatically, so input starts in normal mode and multi-mode sequences work in one call.
    MIT
  • Retrieve LSP diagnostics for a file open in Neovim. Returns errors, warnings, info, and hints with line and column details.
    MIT
  • Read the complete content of an open Neovim buffer, capturing unsaved edits. Get every line prefixed with its line number to review the full file state.
    MIT
  • Retrieve a specific line range from a Neovim buffer to inspect code sections while reflecting unsaved changes. Returns numbered lines for a precise range.
    MIT
  • Add visual-only virtual text annotations to Neovim buffers, positioned above, below, or at line end, with custom colors—no file changes.
    MIT