Skip to main content
Glama
194,485 tools. Last updated 2026-06-11 22:32

"nvm" matching MCP tools:

  • 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
  • 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
  • Retrieve LSP diagnostics for a specific file open in Neovim. Returns errors, warnings, info, and hints with line and column 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
  • Overlay virtual text annotations on a Neovim buffer's lines. Choose position (eol, above, below) and color for visual-only feedback.
    MIT
  • Send raw Vim keystrokes to Neovim, starting in normal mode. Use for motions, visual selections, and operator sequences.
    MIT

Matching MCP Servers

  • F
    license
    -
    quality
    C
    maintenance
    An MCP server that wraps NVM (Node Version Manager) to give Antigravity agents full control over Node.js versions without requiring Node or npm to be on the system PATH. It provides tools to install, switch between, and run commands with different Node versions directly within agent workflows.
    Last updated
  • A
    license
    A
    quality
    B
    maintenance
    A Model Context Protocol server that enables AI-powered analysis of NPM packages through multiple tools for security vulnerability scanning, dependency analysis, package comparison, and quality assessment.
    Last updated
    19
    436
    17
    TypeScript
    MIT

Matching MCP Connectors

  • MCP server for Klever blockchain smart contract development.

  • NVD MCP — wraps the NIST National Vulnerability Database API (free, no auth)

  • 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
  • Highlight multiple line ranges across open Neovim buffers in a single call. Visual annotations stack without altering file content.
    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
  • Retrieve a quick overview of the current Neovim session including mode, working directory, buffers, and cursor context. Use it to orient without heavy details.
    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
  • Find an exact text string in a Neovim buffer and replace it with new text. The edit is in-memory and fully undoable, requiring the old string to match exactly once.
    MIT
  • Replace the entire content of a Neovim buffer in-memory with undo support. Use for rewriting whole files; buffer is created if missing and saved only when user saves.
    MIT
  • Retrieve a complete snapshot of the Neovim session, including all windows, buffers, mode, folds, marks, diagnostics, highlights, and indent settings.
    MIT
  • Remove MCP virtual text annotations from a Neovim buffer. Clears only annotations added by add_virtual_text or add_virtual_texts without affecting other content.
    MIT
  • Check which npm user is currently authenticated. If not logged in, configure the NPM_TOKEN environment variable in your MCP settings to enable authentication.
    MIT
  • Add a colored line highlight to a Neovim buffer for visual annotation without modifying content. Specify file, start and end lines, and a hex color or highlight group.
    MIT
  • Removes all MCP highlights from a Neovim buffer without affecting syntax or LSP highlights. Use to clean up after annotation workflows.
    MIT
  • Retrieve detailed information about a virtual machine by providing its composite VM ID. Returns YAML-formatted details including provider, tenant, region, and instance data.
    MIT
  • Retrieve data from smart contracts by calling view/pure functions without modifying blockchain state, gas fees, or signing. Supports 30+ Ethereum-compatible networks.
    MIT