memdolt

kninetimmy/memdolt
★ 0 stars Go AI/LLM Updated today
Local-first CLI + MCP server giving coding agents durable per-repo project memory, stored in Dolt
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "memdolt": {
      "command": "go",
      "args": [
        "run",
        "github.com/kninetimmy/memdolt@latest"
      ]
    }
  }
}