Skip to main content
Glama

Edit-MCP

complex_find_replace

Perform advanced find and replace operations on files using context-aware regular expressions, enabling precise modifications and efficient content updates with Edit-MCP server integration.

Instructions

Perform advanced find and replace operations with context awareness

Input Schema

NameRequiredDescriptionDefault
optionsNoAdditional options for the find and replace operation
pathYesPath to the file to perform find and replace on
patternYesRegular expression pattern to search for
replacementYesReplacement text

Input Schema (JSON Schema)

{ "properties": { "options": { "description": "Additional options for the find and replace operation", "type": "object" }, "path": { "description": "Path to the file to perform find and replace on", "type": "string" }, "pattern": { "description": "Regular expression pattern to search for", "type": "string" }, "replacement": { "description": "Replacement text", "type": "string" } }, "required": [ "path", "pattern", "replacement" ], "type": "object" }
Install Server

Other Tools from Edit-MCP

Related Tools

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/mixelpixx/microsoft-edit-mcp'

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