dig + Claude Code

Two CLI commands add the dig plugin to Claude Code — bundling the dig skill, the `dig mcp` server, and a SessionEnd hook that captures finished sessions into memory.

Install — about 10 seconds

Claude Code
# add dig to Claude Code — installs the skill + the dig mcp server
$claude plugin marketplace add vllnt/dig
$claude plugin install dig@dig

Or register the MCP server directly

The universal entry: one stdio server, accepted by any MCP-capable client.

mcp config
{ "mcpServers": { "dig": { "args": [ "mcp" ], "command": "dig" } } }

What Claude Code gets

dig drives the same surface through every path. Read tools never change state; mutating tools preview first, and a single dig_undo steps any change back.

dig_find
ranked search across the knowledge base
dig_recall
token-budgeted, provenance-tagged memory recall
dig_retain
capture a note, doc, or session into memory
dig_drift
report divergence from policy
dig_log
read the change history
dig_export
export a reproducible dataset
dig_org
reorganize to policy (preview unless apply)
dig_reconcile
converge to policy (preview unless apply)
dig_undo
step back the last change
Install digAll integrationsClaude Code shim on GitHub