Skip to main content
Glama
rog0x

@rog0x/mcp-file-tools

by rog0x

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
dir_treeB

Generate a visual directory tree structure (like the tree command). Shows files and folders with configurable depth and ignore patterns.

file_statsA

Analyze a directory: total files, total size, file count by extension, largest files, newest/oldest files.

duplicate_finderA

Find duplicate files by comparing size and MD5 hash. Returns groups of duplicates with paths and wasted space.

code_counterA

Count lines of code by programming language: total lines, code lines, comment lines, blank lines (like cloc/scc).

file_searchC

Search for files by name pattern (glob), content (regex), size range, and/or date range.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 5 tools

Disambiguation5/5

Each tool has a distinct purpose: generating a directory tree, computing stats, finding duplicates, counting code lines, and searching files. No overlapping responsibilities, so an agent can unambiguously choose the right tool for a task.

Naming Consistency5/5

All tool names follow a consistent pattern of lowercase snake_case, with each name being a noun phrase describing its function (e.g., dir_tree, file_stats). This is uniform and predictable, making it easy to infer tool behavior from the name alone.

Tool Count5/5

With exactly 5 tools, the surface is well-scoped for a file analysis and search utility. Each tool addresses a core aspect of file management without redundancy, and the count is within the ideal range of 3-15 tools.

Completeness4/5

The server covers major file inspection and analysis needs: structural views, statistics, duplicate detection, code metrics, and flexible searching. A minor gap is the lack of a direct file content read tool, but the search tool's regex content matching partially covers that, so agents can work around it.

Maintenance

ActivityInactive
ResponsivenessNo issues