Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CREATE_BACKUP_FILESNoControl backup file creation behavior. When set to 'true', creates backup files before modifications. When set to 'false' (default), disables backup file creation to reduce clutter.false

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
fast_list_allowed_directoriesC

Lists the allowed directories

fast_read_fileC

Reads a file (with auto-chunking support)

fast_read_multiple_filesC

Reads the content of multiple files simultaneously (supports sequential reading)

fast_write_fileC

Writes or modifies a file (provides emoji guidelines)

fast_large_write_fileB

Reliably writes large files (with streaming, retry, backup, and verification features)

fast_list_directoryB

Lists the contents of a directory (with auto-chunking and pagination support)

fast_get_file_infoC

Gets detailed information about a file or directory

fast_create_directoryC

Creates a directory

fast_search_filesC

Searches for files (by name/content) - supports auto-chunking, regex, context, and line numbers

fast_search_codeC

Searches for code (ripgrep-style) - provides auto-chunking, line numbers, and context

fast_get_directory_treeC

Gets the directory tree structure

fast_get_disk_usageC

Gets disk usage information

fast_find_large_filesC

Finds large files

fast_edit_blockB

Precise block editing: safely replace exact matches (desktop-commander style)

fast_safe_editB

Safe smart editing: Detects risks and provides interactive confirmation

fast_edit_multiple_blocksC

Edits multiple parts of a file at once

fast_edit_blocksC

Processes multiple precise block edits at once (array of fast_edit_block)

fast_extract_linesC

Extracts specific lines from a file

fast_copy_fileC

Copies a file or directory

fast_move_fileC

Moves or renames a file or directory

fast_delete_fileC

Deletes a file or directory

fast_batch_file_operationsC

Performs batch operations on multiple files

fast_compress_filesC

Compresses files or directories

fast_extract_archiveC

Extracts an archive file

fast_sync_directoriesC

Synchronizes two directories

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/efforthye/fast-filesystem-mcp'

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