Local-first CLI + MCP server giving coding agents durable per-repo project memory, stored in Dolt
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"
]
}
}
}
Run in terminal:
claude mcp add memdolt go run github.com/kninetimmy/memdolt@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"memdolt": {
"command": "go",
"args": [
"run",
"github.com/kninetimmy/memdolt@latest"
]
}
}
}