Skip to main content
Glama

mcp-neovim-server

vim_search_replace

Search and replace text in files using regex with options for global replacement, case insensitivity, and confirmation prompts.

Instructions

Find and replace with global, case-insensitive, and confirm options

Input Schema

NameRequiredDescriptionDefault
confirmNoWhether to confirm each replacement (default: false)
globalNoReplace all occurrences in each line (default: false)
ignoreCaseNoWhether to ignore case in search (default: false)
patternYesSearch pattern (supports regex)
replacementYesReplacement text

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "confirm": { "description": "Whether to confirm each replacement (default: false)", "type": "boolean" }, "global": { "description": "Replace all occurrences in each line (default: false)", "type": "boolean" }, "ignoreCase": { "description": "Whether to ignore case in search (default: false)", "type": "boolean" }, "pattern": { "description": "Search pattern (supports regex)", "type": "string" }, "replacement": { "description": "Replacement text", "type": "string" } }, "required": [ "pattern", "replacement" ], "type": "object" }

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/bigcodegen/mcp-neovim-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server