Skip to main content
Glama

Serena MCP Server

by lin2000wl

find_file

Locate non-gitignored files matching a specific file mask within a designated directory path, returning results as a JSON object. Ideal for targeted file searches in coding projects.

Instructions

Finds non-gitignored files matching the given file mask within the given relative path. Returns a JSON object with the list of matching files.

Input Schema

NameRequiredDescriptionDefault
file_maskYesThe filename or file mask (using the wildcards * or ?) to search for.
relative_pathYesThe relative path to the directory to search in; pass "." to scan the project root.

Input Schema (JSON Schema)

{ "properties": { "file_mask": { "description": "The filename or file mask (using the wildcards * or ?) to search for.", "title": "File Mask", "type": "string" }, "relative_path": { "description": "The relative path to the directory to search in; pass \".\" to scan the project root.", "title": "Relative Path", "type": "string" } }, "required": [ "file_mask", "relative_path" ], "title": "applyArguments", "type": "object" }

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/lin2000wl/Serena-cursor-mcp'

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