Skip to content

Commit Memory

Free

by MCP Community

Commit-aware RAG with sqlite-vec and MCP tools for local agent workflows

v0.5.0Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Commit Memory MCP Server

Commit-aware RAG with sqlite-vec and MCP tools for local agent workflows

Installation

Reviews

Leave a Review

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"]
    }
  }
}