Skip to main content
Glama

Claude Code MCP

by auchenberg

grep

Search for text in files using a regular expression pattern, specify a directory or file type to narrow results, and locate matches efficiently.

Instructions

Search for text in files

Input Schema

NameRequiredDescriptionDefault
includeNoFile pattern to include in the search (e.g. "*.js", "*.{ts,tsx}")
pathNoThe directory to search in. Defaults to the current working directory.
patternYesThe regular expression pattern to search for in file contents

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "include": { "description": "File pattern to include in the search (e.g. \"*.js\", \"*.{ts,tsx}\")", "type": "string" }, "path": { "description": "The directory to search in. Defaults to the current working directory.", "type": "string" }, "pattern": { "description": "The regular expression pattern to search for in file contents", "type": "string" } }, "required": [ "pattern" ], "type": "object" }

Other Tools from Claude Code 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/auchenberg/claude-code-mcp'

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