Skip to main content
Glama

Filesystem MCP Server

by ai-yliu

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ALLOWED_DIRECTORIESYesList of directories that the server is allowed to access for reading and writing operations

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
read_file

Read complete contents of a file

read_multiple_files

Read multiple files simultaneously

write_file

Create new file or overwrite existing

create_directory

Create new directory or ensure it exists

list_directory

List directory contents with [FILE] or [DIR] prefixes

move_file

Move or rename files and directories

search_files

Recursively search for files/directories

get_file_info

Get detailed file/directory metadata

list_allowed_directories

List all directories the server is allowed to access

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/ai-yliu/filesystem-mcp-server'

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