Back to Home
kateleext icon

claude-memory

Verified Safe

by kateleext

Overview

Provides Claude Code with persistent memory by indexing past conversations, enabling recall of decisions, context, and work across sessions.

Installation

Run Command
bash run.sh

Environment Variables

  • CLAUDE_PROJECTS_PATH
  • CLAUDE_MEMORY_NOTES_PATH

Security Notes

The server operates locally, reading `.jsonl` conversation logs from `~/.claude/projects/` and writing `memory-notes.json`. It does not expose network services, use `eval`, or contain hardcoded credentials. Data processing involves parsing JSONL and extracting specific fields, with file paths obtained from assistant tool calls, not executing arbitrary code. The `run.sh` script sources a local `.env` file for configuration, a standard and safe practice. The architecture ensures local data handling without external data transmission or high-risk operations.

Similar Servers

Stats

Interest Score37
Security Score9
Cost ClassMedium
Avg Tokens750
Stars3
Forks1
Last Update2025-12-06

Tags

Persistent memoryConversation historyClaude CodeKnowledge retrievalDeveloper tools