dolt-mcp-vcs
Dolt/DoltHub version-control toolkit for Claude Code, via the dolthub/dolt-mcp server — a VC-surface skill + expert agents over a Dolt backend, with a verb-class mutation gate that keeps destructive ops recommend-only. Ships the beads (bd) task-tracker as use-case adapter #1. Formerly beads-dolt.
Installation
Open Claude Code and run this command:
/plugin install dolt-mcp-vcs@claude-code-plugins-plus
Use --global to install for all projects, or --project for current project only.
What It Does
A Dolt/DoltHub version-control toolkit for Claude Code, built on the dolthub/dolt-mcp server.
> Formerly beads-dolt — same plugin, renamed to its Dolt-first identity. The rename is non-breaking: the GitHub repo URL redirects, the beads-dolt marketplace install slug still resolves (a deprecated catalog alias), and /beads-dolt is still an accepted trigger. Today the toolkit ships the beads (bd) task-tracker as use-case adapter #1; it is evolving into a dialect-invariant version-control core (branch / merge / diff / log / AS OF / data-PR) with thin maturity-gated flavor adapters (Dolt · Doltgres · DoltLite · DumboDB).
It packages, in one plugin:
- A skill (
/dolt-mcp-vcs, also/beads-dolt) — the beads workflow over bd's Dolt backend: it surfaces the common "my beads aren't visible in DoltHub" root cause (no remote configured), thebd dolt remote add+ push fix, the JSONL throttle/export model, and the rapid-write-race safe pattern — and dispatches the agents below. A verb-class mutation gate keeps destructive ops (push / merge /reset --hard/ branch-delete) recommend-only. - Expert agents — grounded in a live-fetched (never frozen) reference of bd's Dolt internals (
references/dolt-internals.md): dolt-sync-advisor— DoltHub remotes,bd dolt push/pull, backup vs push, federation, drift.bead-epic-auditor— subtree/epic-closure audits (which epics have all children closed).bead-dependency-mapper— dependency graphs, cycles, critical path (SQL via the Dolt MCP).bead-recovery-specialist— rapid-write-race recovery, embedded↔server mode migration, dolt-server incidents.beads-guru— general bd/Dolt expertise and the three-layer mirror discipline.- A wired Dolt MCP server (
.mcp.json) — the officialdolthub/dolt-mcpserver (it exposes a ~40-tool version-control surface — fetch the exact list live, never freeze it) fronting your localdolt sql-serverover the MySQL protocol. The plugin wires only the tools its agents actually use, least-privilege.
Skills (1)
Dolt and DoltHub-aware workflow for the beads (bd) task tracker.