Skip to main content
Glama

MCP Ripgrep Server

list-files

Identify files to be searched by ripgrep in a specified path, filtering by file type, pattern, or hidden files, without executing the search.

Instructions

List files that would be searched by ripgrep without actually searching them

Input Schema

NameRequiredDescriptionDefault
filePatternNoFilter by file type or glob
fileTypeNoFilter by file type (e.g., js, py)
includeHiddenNoInclude hidden files and directories
pathYesDirectory or file(s) to search.

Input Schema (JSON Schema)

{ "properties": { "filePattern": { "description": "Filter by file type or glob", "type": "string" }, "fileType": { "description": "Filter by file type (e.g., js, py)", "type": "string" }, "includeHidden": { "description": "Include hidden files and directories", "type": "boolean" }, "path": { "description": "Directory or file(s) to search.", "type": "string" } }, "required": [ "path" ], "type": "object" }

Other Tools from MCP Ripgrep 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/mcollina/mcp-ripgrep'

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