A
licenseNot graded
qualityB
maintenanceA minimal, security-focused MCP server that provides structured read/write access to exactly one local workspace, with built-in local Git checkpoints and rollback.
1
Apache 2.0
No user-submitted related servers found.
Scored across 3 tools
Each tool has a clearly distinct purpose: listing files, reading a file, and returning workspace information. No ambiguity or overlap.
All tools follow a consistent verb_noun snake_case pattern (list_files, read_file, workspace_info), making them predictable and easy to understand.
Three tools is minimal but reasonable for a focused workspace file server. The count feels slightly low but not problematic given the apparent scope.
The set covers listing and reading files but lacks write, delete, or directory operations, leaving significant gaps for typical file management workflows.