1 comments

  • thedotmack 2 hours ago

    *Claude-Mem: Persistent memory for Cursor IDE*

    Every Cursor session starts fresh—your AI forgets yesterday's work. Claude-mem fixes that by building cumulative knowledge about your codebase, decisions, and patterns.

    *How it works:* - Session hooks capture tool usage, file edits, shell commands - AI extracts semantic summaries from observations - Relevant context auto-injected into new sessions - Local memory viewer at localhost:37777

    *No paid subscription required.* Works with Gemini's free tier (1500 req/day) or OpenRouter.

    ```bash git clone https://github.com/thedotmack/claude-mem.git cd claude-mem && bun install && bun run build bun run cursor:setup ```

    The setup wizard detects your environment and configures everything.

    GitHub: https://github.com/thedotmack/claude-mem