A
licenseNot graded
qualityA
maintenanceEnables AI coding assistants to execute shell commands locally, intercepting deterministic commands like git status and npm test before they reach the LLM, saving tokens and reducing latency.
192 npm
38
MIT
No user-submitted related servers found.
Scored across 6 tools
Each tool targets a distinct file operation: reading, listing, searching, editing, writing, and running commands. There is no overlap or ambiguity among them.
Most tools follow verb_noun pattern (read_file, list_files, edit_file, write_file), but search and run are single verbs. The convention is mostly consistent and readable.
Six tools is a well-scoped set for a workspace file server with prefetching capabilities. Each tool serves a clear purpose without bloat.
The core file lifecycle (read, write, edit, list, search) is covered, plus command execution. A delete_file operation is missing, which agents may need, but it is a minor gap.