dolt-mcp

dolthub/dolt-mcp
★ 12 stars Go 📦 Other Updated 8d ago
The MCP server for Dolt
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "dolt-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/dolthub/dolt-mcp@latest"
      ]
    }
  }
}