{"id":"colinrozzi-fs-mcp-server","name":"fs-mcp-server","af_score":62.8,"security_score":41.0,"reliability_score":26.2,"what_it_does":"Provides a local Model Context Protocol (MCP) server that exposes filesystem operations (list/read/write-like operations, mkdir/delete/copy/move, info, search, edit, and list_allowed_dirs). All operations are intended to be constrained to configured allowed absolute directories.","best_when":"You need local filesystem access for an MCP client where you can tightly configure allowed directories and enforce OS-level isolation/permissions.","avoid_when":"You cannot guarantee safe configuration of allowed directories or you cannot provide OS/container isolation; also avoid when you require fine-grained auditing/authorization beyond directory allowlisting.","last_evaluated":"2026-04-04T21:23:10.386410+00:00","has_mcp":true,"has_api":false,"auth_methods":["None specified (stdio transport; access controlled by allowed directories config)"],"has_free_tier":false,"known_gotchas":["No explicit auth scheme is documented; agents should assume they only have access to what the server is configured to allow and should not expect user-based authorization.","Path inputs must be full absolute paths within allowed directories; agents must avoid relative paths and should expect rejections for paths outside the allowlist.","Mutating tools (write/delete/edit/copy/move) are likely non-idempotent depending on implementation; agents should plan carefully and use backups where available (e.g., edit.backup).","Search may be time-bounded (timeout_secs) and size-bounded (max_file_size/max_results); agents should handle truncated/limited result sets."],"error_quality":0.0}