checkpointer
Related Servers
Alternatives to checkpointer
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceAn MCP server that provides on-demand safety for AI coding workflows, enabling inspection, review, checkpointing, and rollback of risky actions.9 npm1MIT
- AlicenseNot gradedqualityAmaintenanceAn MCP server that lets multiple AI coding agents share state, preserve context across sessions, and coordinate via a knowledge graph, messaging, and branch-preserving checkpoint/resume with conflict handling.347 npmApache 2.0
- FlicenseNot gradedqualityAmaintenanceMCP server that intercepts and controls AI agent actions in your codebase by enforcing policies on file operations and commands, with logging, approval workflows, and rollback capabilities.-
- AlicenseAqualityDmaintenanceAn MCP server for creating named checkpoints and snapshots of projects, with selective file restore, content diffs, and artifact preservation, enabling safe recovery from external file changes in Claude Code.58 npm7MIT
- AlicenseNot gradedqualityBmaintenanceA local MCP server that enables AI agents to securely read, write, search, and edit JSON and Markdown files through a gated permission-scoped interface with configurable access modes.MIT
- AlicenseNot gradedqualityBmaintenanceA filesystem MCP server that journals every file operation (write, delete, move, mkdir) and outbound commands (exec, http) into an append-only ledger, enabling undo and compensation of actions.MIT
TDQS
Scored across 10 tools
Most tools have distinct purposes, but undo_file_edit and undo_global could be confused due to similar names and descriptions. edit_file_lines and str_replace both replace content, though their methods differ. Overall, the overlap is minor.
Tool names follow a verb_noun snake_case pattern (e.g., edit_file_lines, list_directory, write_file). However, 'str_replace' deviates from the pattern (no underscore after verb), and 'undo_file_edit' is slightly awkward. Overall consistent.
10 tools is appropriate for the scope of file editing and version control. Each tool has a clear role without being excessive or insufficient.
The tool set covers reading, writing, editing (two methods), listing, diff, undo, revert, and session reset. Missing features like manual snapshot saving or session listing are minor gaps given the automatic snapshotting implied.