Skip to main content
Glama

MCP SmallEdit

by MikeyBeez

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
sed_edit

Make small edits to files using sed patterns. Efficient for single-line changes, pattern replacements, and simple text transformations.

sed_multifile

Apply sed pattern to multiple files matching a glob pattern

awk_process

Process files using AWK for more complex operations like column manipulation, calculations, or conditional processing

quick_replace

Simple find and replace across a file without regex

line_edit

Edit specific lines by number or range

perl_edit

Edit files using Perl one-liners (more powerful than sed, better cross-platform support)

diff_preview

Preview what changes would be made by showing a diff

restore_backup

Restore a file from its most recent backup (.bak)

list_backups

List all backup files in a directory

help

Get detailed help and examples for smalledit 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/MikeyBeez/mcp-smalledit'

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