F
licenseNot graded
qualityD
maintenanceExposes your local machine's filesystem, git, shell, network, databases, and system to any MCP-compatible LLM client over HTTP.
6
-
No user-submitted related servers found.
Scored across 3 tools
Each tool has a unique, well-defined purpose: listing, reading, and searching files. There is no overlap or ambiguity between them.
list_files and read_file follow a clear verb_noun pattern, but search is a bare verb; renaming it to search_files would make the set fully consistent.
Three tools is a minimal, focused set for read-only file access, covering the essential operations without unnecessary bloat.
The toolset fully supports listing, reading, and searching files, but lacks write/edit/delete operations; this may be intentional for a read-only toolkit but limits completeness for general file management.