Commit Memory
Freeby MCP Community
Commit-aware RAG with sqlite-vec and MCP tools for local agent workflows
v0.5.0Added Apr 12, 2026
Commit Memory MCP Server
Commit-aware RAG with sqlite-vec and MCP tools for local agent workflows
Installation
Reviews
Installation
Quick install
npx -y @jussmor/commit-memory-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"commit-memory": {
"command": "npx",
"args": ["-y", "@jussmor/commit-memory-mcp"]
}
}
}