Agent Plugins Marketplace
All plugins

dolt-mcp-vcs

v0.2.0

Dolt/DoltHub version-control toolkit for Claude Code, via the dolthub/dolt-mcp server. A version-control-surface skill + expert agents over a Dolt backend — diagnosing DoltHub visibility, taming server sprawl, auditing the graph, and recovering incidents — with a verb-class mutation gate that keeps destructive ops (push/merge/reset/branch-delete) recommend-only. Ships the beads (bd) task-tracker as use-case adapter #1 today; evolving to a dialect-invariant core with thin flavor adapters (Dolt/Doltgres/DoltLite/DumboDB). Formerly `beads-dolt`.

Claude Code1 Skill1 MCP serverstdio

By Jeremy LongshoreLicense: Apache-2.02.7k GitHub starsUpdated 4 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
2 skill or MCP entries
Source updated
Aug 28, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install plugin

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install dolt-mcp-vcs-2@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/jeremylongshore/tons-of-skills-marketplace

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/mcp/dolt-mcp-vcs/.

Plugin files

plugins/mcp/dolt-mcp-vcs/
├── .claude-plugin/plugin.json
├── skills/dolt-mcp-vcs/SKILL.md
└── .mcp.json

Included Skills1

dolt-mcp-vcsskills/dolt-mcp-vcs/SKILL.md

Universal Dolt version-control workflow. Step 0 auto-detects what kind of Dolt stack is present — every make and model (classic Dolt repo, live dolt sql-server on its ACTUAL bound port, bd embedded store, Doltgres, DoltLite single-file DB, DumboDB) — and emits a ready-to-use connection descriptor, then routes to work: DoltHub visibility diagnosis (no remote configured), the bd dolt remote add plus push fix, the JSONL throttle and rapid-write-race safe pattern, and expert agents for sync, epic-closure audits, dependency mapping, and recovery. Use when working with any Dolt database, detecting a Dolt flavor, connecting to a Dolt store, when beads are not showing in DoltHub, taming dolt server sprawl, auditing bead epics, or recovering from a bd or Dolt incident. Trigger with "/dolt-mcp-vcs", "/beads-dolt" (the former name, still accepted), "what kind of dolt is this", "my beads aren't showing in DoltHub", or "audit my bead epics".

MCP servers1

dolt-mcp-vcsstdio
command
dolt-mcp-server
args
--stdio --dolt --host ${DOLT_HOST:-127.0.0.1} --port ${DOLT_PORT:-3308} --user ${DOLT_USER:-root} --database ${DOLT_DATABASE:-beads}
env.DOLT_PASSWORD
${DOLT_PASSWORD:-}

Plugin manifests1

plugins/mcp/dolt-mcp-vcs/.claude-plugin/plugin.json
{
  "name": "dolt-mcp-vcs",
  "version": "0.2.0",
  "description": "Dolt/DoltHub version-control toolkit for Claude Code, via the dolthub/dolt-mcp server. A version-control-surface skill + expert agents over a Dolt backend — diagnosing DoltHub visibility, taming server sprawl, auditing the graph, and recovering incidents — with a verb-class mutation gate that keeps destructive ops (push/merge/reset/branch-delete) recommend-only. Ships the beads (bd) task-tracker as use-case adapter #1 today; evolving to a dialect-invariant core with thin flavor adapters (Dolt/Doltgres/DoltLite/DumboDB). Formerly `beads-dolt`.",
  "author": {
    "name": "Jeremy Longshore",
    "email": "[email protected]",
    "url": "https://github.com/jeremylongshore"
  },
  "repository": "https://github.com/jeremylongshore/dolt-mcp-vcs-plugin",
  "homepage": "https://github.com/jeremylongshore/dolt-mcp-vcs-plugin",
  "license": "Apache-2.0",
  "keywords": [
    "dolt-mcp-vcs",
    "dolt",
    "dolthub",
    "dolt-mcp",
    "version-control",
    "vcs",
    "mcp",
    "sql",
    "beads",
    "bd"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[dolt-mcp-vcs on Agent Plugins Marketplace](https://pluginsmp.com/plugins/dolt-mcp-vcs-2)