Capability
Atomic File Writing With Overwrite Protection
2 artifacts provide this capability.
Want a personalized recommendation?
Find the best match →Top Matches
Read, write, and manage local filesystem resources via MCP.
Unique: Combines MCP tool semantics with filesystem-level atomic writes (temp-then-rename pattern) to guarantee consistency even if the MCP client crashes mid-operation, unlike simple write implementations that may leave partial files
vs others: More reliable than direct file writes because atomic semantics prevent corruption, while remaining simpler than full transactional filesystems or version control integration