Skip to main content
Glama

code-index-mcp

find_files

Search and locate files in a project using glob patterns like *.py or **/*.js. Simplify code repository navigation with pattern-based file matching.

Instructions

Find files in the project that match the given pattern. Supports glob patterns like *.py or **/*.js.

Input Schema

NameRequiredDescriptionDefault
patternYes

Input Schema (JSON Schema)

{ "properties": { "pattern": { "title": "Pattern", "type": "string" } }, "required": [ "pattern" ], "title": "find_filesArguments", "type": "object" }
Install Server

Other Tools from code-index-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/johnhuang316/code-index-mcp'

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