Drive dig from your agent
One MCP server, a portable skill, and thin per-harness shims. dig stays the data + memory layer — never the agent or the model.
Claude Code
AvailableTwo 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.
Codex
AvailableOne 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.
Cursor
AvailableA `.cursor/rules/dig.mdc` rule points the agent at the portable dig skill; register the `dig mcp` server to give Cursor the full tool surface.
Any MCP client
AvailableOne stdio server — `dig mcp` — exposes find, recall, retain, drift, log, export, org, reconcile, and undo as MCP tools to any compatible client.
Gemini CLI
AvailableA `GEMINI.md` entry doc points the Gemini CLI at the portable dig skill and the same MCP / daemon surface every other harness uses.
Vercel AI SDK
Available`@vllnt/dig/ai` exports `digTools(client)` — typed AI SDK tool defs (incl. `dig_recall` / `dig_retain`) so the model reads and writes dig as memory.
Pi
WIPA pi.dev package pointing at the portable dig skill is in progress. Until it lands, any pi agent drives dig through the `dig mcp` server.
opencode
WIPA thin opencode pointer to the portable dig skill is in progress. opencode speaks MCP today, so `dig mcp` gives it the full surface now.