Version-controlled database with Git-like branching, merging, and diffing for your data. Full SQL compatibility.
npx -y dolt-mcp-server
```json
{
"mcpServers": {
"dolt": {
"command": "npx",
"args": ["-y", "dolt-mcp-server"],
"env": { "DOLT_DIR": "/path/to/dolt/db" }
}
}
}
```
querydiffbranchmergecommitVersion-controlled database with Git-like branching, merging, and diffing for your data. Full SQL compatibility.
Language: TypeScript
Category: Databases