Agent backup preview · Conflict-safe restore · Shared memory

Your AI coding environment, restored on every machine.

Docmancer already gives your agents shared, source-attributed memory. The development preview adds encrypted session and setup backup with conflict-safe restoration across machines.

AI agents it plugs into, plus any MCP client

Claude Code logoClaude Code
Cursor logoCursor
Codex logoCodex
Cline logoCline
OpenCode logoOpenCode
Gemini logoGemini
Claude Desktop logoClaude Desktop

How it works

From one machine's agent history to a restored coding environment.

Backup keeps the original agent-owned history recoverable. Consolidation finds the useful decisions inside it, preserves their sources, and lets you choose what reaches the agents you use through local files, the CLI, MCP, and installed agent plugins. Read how it works.

01  ·  Preview

See exactly what will be protected.

Docmancer inventories Claude Code and Codex sessions, memory, instructions, skills, and safe setup. It shows project filters, size, transformations, and exclusions before it reads portable content or writes a backup.

$ docmancer backup --dry-run

02  ·  Protect

Create an encrypted snapshot without copying credentials.

Free local archives use a passphrase. Personal Sync stores client-encrypted snapshots for each approved source device. Secrets, authentication stores, caches, logs, and machine keys are excluded.

$ docmancer backup

03  ·  Restore

Move to a new machine without overwriting its history.

Restore verifies every encrypted chunk, maps projects explicitly, refuses live agent homes, merges only safe configuration, and quarantines divergent sessions instead of choosing a winner.

$ docmancer restore backup.dmbak

04  ·  Carry forward

Turn restored history into memory you can review.

Local consolidation finds durable decisions and constraints, links each proposal to exact transcript evidence, and waits for your approval before anything becomes Shared Memory for your other agents.

$ docmancer consolidate

Development preview

Encrypted local backup and shared memory

The working tree can create and restore passphrase-encrypted .dmbak archives and consolidate useful decisions locally. Release acceptance is still pending.

Read the backup guide

Personal Sync

Managed encrypted snapshots between machines

Managed source-device snapshots are in preview. The release gate includes historical-key migration, large-corpus testing, and real-account recovery acceptance.

See managed restore

Team Sync, not available yet

Approved context for the whole team

Team Sync is being designed around complete-file review before approved context reaches the coding agents used by colleagues.

See the planned model

The local app

See everything your agents knowin one local view.

Run docmancer web to ask what your agents know, browse every canonical file in its actual arrangement, and inspect what each connected agent receives. That last pane is how you check that the same context really did reach all of them. The app stays on 127.0.0.1 and uses the same local Markdown memory as your connected agents.

Start with docmancer web
127.0.0.1 · Home
Docmancer Ask page showing a grounded answer with source attribution

Ask a question, get a grounded answer with sources attached.

127.0.0.1 · Shared Memory
Docmancer Shared Memory page showing machine and project Markdown files in an opinionated folder tree

Browse the canonical files and see exactly how they are arranged.

127.0.0.1 · Library
Docmancer Library showing a newly written memory record with its provenance

Write durable memory and see it land in the Library instantly.

Loopback only

The server binds to 127.0.0.1 and authenticates your browser once with a single-use token, so the interface is never exposed to the network.

Built for people

Home, Shared Memory, and Library each answer one clear question. Technical diagnostics stay available without taking over the reading surface.

Same memory for agents

The CLI, installed skills, optional hooks, and local MCP let coding agents use the same files you can inspect in the app.

FAQ

Questions, answered.

You can copy directories with rsync, chezmoi, or a backup tool. Docmancer adds agent-specific inventory, secret stripping, encrypted portable snapshots, project mapping, conflict-safe restore, and source-attributed consolidation. It protects the useful environment without treating credentials, caches, and every machine-specific file as portable.

Stop explaining yourselfto every new agent.

One install finds the memory scattered across your AI agents and serves it back through the CLI, the MCP server, or a plugin.

$pipx install docmancer