Back to Apps

Titor
by winfunc
High-performance directory checkpointing and time-travel library for Rust with content-addressable storage.
0 stars
Works in:claude
Exposes:Tools
What it does
Titor is a high-performance checkpointing system that allows users to take snapshots of directory states and 'time-travel' between them. It is designed for efficiency, utilizing content-addressable storage to ensure that only unique data is stored, significantly reducing overhead for incremental backups.
Tools
checkpoint: Creates a new snapshot of the current directory state.restore: Reverts the directory to a specific previous checkpoint.list_checkpoints: Displays all available snapshots in chronological order.diff: Compares two checkpoints to identify changed files.diff_detailed: Provides git-like line-level differences between two states.verify_checkpoint: Uses Merkle trees to cryptographically verify the integrity of a snapshot.gc: Performs garbage collection to remove unreferenced data objects.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"titor": {
"command": "cargo",
"args": ["run", "--release", "--bin", "titor-mcp"]
}
}
}
Supported hosts
- Claude
Quick install
cargo install titorInformation
- Pricing
- free
- Published
- 6/30/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{"mcpServers": {"titor": {"command": "cargo", "args": ["run", "--release", "--bin", "titor-mcp"]}}}





