Overview
Features
Database Management
Tools to list, create, and drop databases and to retrieve Dolt server version information.
Table Operations
Manage tables including listing, describing, creating, altering, and dropping tables.
Data Operations
Query data (read) and execute data manipulation statements (insert, update, delete) via MCP.
Branch Management
Manage Dolt branches: list, create, switch active, delete, and rename branches.
Version Control
Interact with commits and staging areas: list commits, create commits, stage/unstage changes.
Diff and Status
Inspect uncommitted changes, diffs by table or date range, and check merge status.
Merge Operations
Merge branches with or without fast-forward to capture desired history.
Remote Operations
Manage remotes and perform clone, fetch, push, and pull against remote repositories.
Who Is This For?
- AI assistants:Provide direct access to Dolt databases for tasks via MCP using natural language or tool calls.
- AI integrators / developers:Integrate Dolt MCP into AI toolchains (e.g., Claude) via stdio or HTTP for workflow automation and tooling.




