chuk-mcp-vfs
Related Servers
Alternatives to chuk-mcp-vfs
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceProvides a secure, constrained filesystem workspace for LLM agents to manage files, notes, and code artifacts via stdio or remote HTTP. It features granular access controls, including extension whitelisting, storage quotas, and immutable paths for safe automated file operations.BSD 3-Clause
- AlicenseNot gradedqualityCmaintenanceProvides secure, sandboxed file system access for AI assistants to read, write, and manage project files with controlled command execution capabilities, all confined to a designated workspace directory.MIT
- FlicenseNot gradedqualityBmaintenanceEnables AI agents to safely read and write files in a sandboxed workspace via natural language, with on-demand connection, CVE-hardened path confinement, injection resistance, and full audit logging.-
- AlicenseNot gradedqualityDmaintenanceProvides secure, sandboxed filesystem operations including reading, writing, listing, searching, and managing files and directories within a configurable working directory with strict security controls.3MIT
- FlicenseNot gradedqualityDmaintenanceProvides sandboxed access to local filesystem operations including directory and file management, content search with glob and regex patterns, and binary file support with configurable safety limits.-
- FlicenseNot gradedqualityAmaintenanceEnables AI agents to develop within a local project workspace by reading and modifying files, running commands and tests, checking Git state, and persisting progress as history sessions that can be restored in later conversations.-
TDQS
Scored across 23 tools
Each tool has a clearly distinct purpose with no ambiguity, covering specific filesystem operations, workspace management, or checkpoint functions. For example, 'ls' lists directory contents while 'tree' shows a tree structure, and 'workspace_create' creates a workspace versus 'workspace_switch' changes the active one. The descriptions reinforce these distinctions, making misselection unlikely.
Tool names follow a highly consistent verb_noun pattern throughout, such as 'checkpoint_create', 'workspace_list', and 'mkdir'. All tools use snake_case with clear, descriptive verbs aligned with their functions, like 'read', 'write', 'find', and 'grep'. There are no deviations in naming conventions, making the set predictable and readable.
With 23 tools, the count is slightly high but reasonable for a virtual filesystem server that aims to provide comprehensive file and workspace management. It covers core operations (e.g., read, write, ls), advanced features (e.g., checkpoints, workspaces), and utilities (e.g., grep, find), though it might feel heavy compared to simpler servers. Each tool appears to earn its place without obvious redundancy.
The tool surface is complete for the virtual filesystem domain, offering full CRUD and lifecycle coverage for files, directories, workspaces, and checkpoints. It includes creation (mkdir, workspace_create), reading (read, ls), updating (write, mv), deletion (rm, workspace_destroy), and management operations (e.g., checkpoint_restore, workspace_switch), with no apparent gaps that would cause agent failures in typical workflows.