Skip to main content
Glama
gary109

MCP Filesystem Python

by gary109

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
directoryYesPath to the directory to serve files from

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
search-filesA

Search for files containing specific text

write-fileB

Write content to a file

delete-fileB

Delete a file or directory

Prompts

Interactive templates invoked by user choice

NameDescription
analyze-fileGet a summary analysis of a file's contents

Resources

Contextual data attached and managed by the client

NameDescription
uv-1c83b73deef05048.lockFile: uv-1c83b73deef05048.lock

TDQS

B3.4/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: deleting, searching, and writing files. No overlap or ambiguity.

Naming Consistency5/5

All tool names follow a consistent verb-noun pattern with hyphens (e.g., delete-file, search-files). No mixing of conventions.

Tool Count3/5

With only 3 tools, the server is on the lower end of the ideal range. While each tool is distinct, the count feels thin for a filesystem server.

Completeness2/5

Fundamental operations like reading file content or listing directories are missing. Agents cannot perform basic file access, leading to significant gaps.

Maintenance

ActivityInactive
ResponsivenessNo issues