Skip to main content
Glama

Claude Code MCP

by auchenberg

grep

Search for specific text patterns in files within a directory using regular expressions. Include file types to narrow results and locate relevant content 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" }
Install Server

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