dig + Codex

One CLI command adds the dig plugin to Codex — it bundles the dig skill and the `dig mcp` server, ready to use with no extra config.

Install — about 10 seconds

Codex
# add dig to Codex — installs the skill + the dig mcp server
$codex plugin marketplace add vllnt/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 Codex 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 integrationsCodex shim on GitHub