Skip to main content
Glama
IronKommander

checkpointer

Related Servers

Alternatives to checkpointer

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      C
      maintenance
      An MCP server that provides on-demand safety for AI coding workflows, enabling inspection, review, checkpointing, and rollback of risky actions.
      9 npm
      1
      MIT
    • A
      license
      Not graded
      quality
      A
      maintenance
      An 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 npm
      Apache 2.0
    • F
      license
      Not graded
      quality
      A
      maintenance
      MCP 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.
      -
    • A
      license
      A
      quality
      D
      maintenance
      An 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.
      5
      8 npm
      7
      MIT
    • A
      license
      Not graded
      quality
      B
      maintenance
      A 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
    • A
      license
      Not graded
      quality
      B
      maintenance
      A 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

    B3.1/5.0

    Scored across 10 tools

    Disambiguation4/5

    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.

    Naming Consistency4/5

    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.

    Tool Count5/5

    10 tools is appropriate for the scope of file editing and version control. Each tool has a clear role without being excessive or insufficient.

    Completeness4/5

    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.

    Maintenance

    ActivityStale
    ResponsivenessNo issues