Skip to main content
Glama

MCP SmallEdit

by MikeyBeez

quick_replace

Perform simple find and replace operations in a file using literal text, not regex. Edit files efficiently by replacing all or specific occurrences without full file replacement.

Instructions

Simple find and replace across a file without regex

Input Schema

NameRequiredDescriptionDefault
allNoReplace all occurrences (false = first only)
fileYesFile to edit
findYesText to find (literal, not regex)
replaceYesText to replace with

Input Schema (JSON Schema)

{ "properties": { "all": { "default": true, "description": "Replace all occurrences (false = first only)", "type": "boolean" }, "file": { "description": "File to edit", "type": "string" }, "find": { "description": "Text to find (literal, not regex)", "type": "string" }, "replace": { "description": "Text to replace with", "type": "string" } }, "required": [ "file", "find", "replace" ], "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/MikeyBeez/mcp-smalledit'

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