Skip to main content
Glama
yryuu
by yryuu

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_ROOT_PATHNoRoot directory for file access (defaults to current working directory)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_directory

List contents of a directory. Returns file and directory information including names, types, sizes, and modification dates.

read_file

Read file content with automatic format detection. Supports text files, PDF, Excel, Word, PowerPoint, and CSV with automatic encoding detection (Shift-JIS/UTF-8).

get_file_info

Get metadata about a file or directory including size, type, and modification date.

search_content

Search for text pattern in files (grep-like functionality). Returns list of unique file paths containing the pattern. Recursively searches all subdirectories by default. Automatically skips node_modules, .git, dist, build directories and binary files for performance.

find_files

Find files by name pattern. Returns list of matching file paths. Recursively searches all subdirectories by default.

list_excel_sheets

List all sheet names in an Excel file (.xlsx or .xls).

read_excel_sheet

Read a specific sheet from an Excel file. Returns data as JSON.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/yryuu/mcp-localfile-all-read'

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