Skip to main content
Glama
LincolnBurrows2017

filesystem-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
readonlyNoEnable read-only mode (disable write operations)false
directoryYesPath to the root directory for file operations

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
read_fileB

Read contents of a file

list_directoryC

List files and directories with metadata

search_filesB

Search files by glob pattern

get_file_infoB

Get detailed file metadata

write_fileC

Create or write to a file

delete_fileB

Delete a file or directory

create_directoryB

Create a new directory

copy_fileB

Copy a file or directory

move_fileB

Move or rename a file or directory

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 9 tools

Disambiguation5/5

Each tool targets a distinct filesystem operation with no overlap, making selection unambiguous.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case, e.g., copy_file, create_directory.

Tool Count5/5

9 tools cover essential filesystem operations without being excessive or insufficient.

Completeness5/5

The set covers CRUD for files and directories, listing, searching, metadata, and move/rename with no obvious gaps.

Maintenance

ActivityInactive
ResponsivenessUnresponsive