{"id":"iceener-files-stdio-mcp-server","name":"files-stdio-mcp-server","af_score":74.0,"security_score":56.0,"reliability_score":27.5,"what_it_does":"Provides a Model Context Protocol (MCP) stdio server that exposes sandboxed, mount-scoped filesystem tools for an AI agent to explore directories, read files (with checksums), search by name/content, and safely edit files using checksum verification, unified diffs, and optional dry-run previews; also supports basic structural operations (rename/move/copy/mkdir/delete/stat) within configured roots.","best_when":"You want an MCP-enabled agent to work inside a narrow filesystem sandbox (e.g., a docs vault) with safety checks (checksum + dry-run + diffs).","avoid_when":"You cannot constrain mounts/roots appropriately, or you require strong enterprise security/compliance features beyond local sandboxing.","last_evaluated":"2026-03-30T13:55:16.641516+00:00","has_mcp":true,"has_api":false,"auth_methods":[],"has_free_tier":false,"known_gotchas":["Must use relative paths within mounts; absolute paths should be rejected by the sandbox.","To apply edits safely, agents should read first and use fs_write with the latest checksum; checksum mismatch requires re-reading.","Deletion is limited (single file or empty directory only); recursive delete is intentionally not supported for safety.","Dry-run should be used to preview diffs for destructive/meaningful changes."],"error_quality":null}