Skip to main content
Glama
MomoSGM

Local File System MCP Server

by MomoSGM

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
disk_usageA

Calcule la taille totale d'un dossier en mégaoctets.

Args: path: chemin local du dossier, ex: ~/Downloads

find_filesC

Cherche dans un dossier les fichiers dont le nom contient un mot-clé.

Args: directory: dossier où chercher, ex: ~/Documents keyword: mot à trouver dans les noms de fichiers, ex: rapport

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 2 tools

Disambiguation5/5

Both tools have clearly distinct purposes: one calculates folder size, the other searches for files by name. There is no overlap or ambiguity.

Naming Consistency4/5

Both use snake_case, but disk_usage is noun_noun while find_files is verb_noun, showing a minor inconsistency in pattern.

Tool Count2/5

Only 2 tools for a file system server is too few; essential operations like listing, reading, writing, deleting files are missing, making the tool set feel incomplete.

Completeness2/5

The tools cover only disk usage and file search, leaving out basic file CRUD operations, which are necessary for a file system utility.

Maintenance

ActivityInactive
ResponsivenessNo issues