The Dolt MCP server provides tools to interact with Dolt, a SQL database that implements Git-like version control for data tables. It exposes capabilities for querying and modifying database schema and data through SQL, executing Git-style commands (init, commit, branch, merge, push, pull, clone), importing CSV files, and viewing version history and conflicts. This server solves the problem of tracking data changes and collaborating on datasets using familiar Git workflows, eliminating the need to separately manage code repositories and data versioning systems.
claude mcp add --transport stdio dolthub-dolt uvx dolt