Skip to main content
Glama

Grep MCP Server

by 247arjun

grep_advanced

Run grep with customized arguments to perform advanced text searches in files and directories. Ideal for combining specific flags and patterns for precise results.

Instructions

Execute grep with custom arguments (advanced usage)

Input Schema

NameRequiredDescriptionDefault
argsYesArray of grep arguments (excluding 'grep' itself)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "args": { "description": "Array of grep arguments (excluding 'grep' itself)", "items": { "type": "string" }, "type": "array" } }, "required": [ "args" ], "type": "object" }
Install Server

Other Tools from Grep MCP Server

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/247arjun/mcp-grep'

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