Skip to main content
Glama

Grep MCP Server

by 247arjun
MIT License
10
1
  • Apple

grep_advanced

Execute custom grep commands with advanced arguments to search files and directories efficiently. Supports regex and tailored search options for precise text retrieval.

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