io.github.sachitrafa

cognitive-ai-memory

Ebbinghaus-based persistent memory for Claude. Memories decay with time, strengthen on recall.

stdiocommunityinfra

Package Details

Transportstdio

Environment Variables

DATABASE_URL(str)
Required

PostgreSQL connection string with pgvector. Example: postgresql://localhost:5432/yourmemory

OLLAMA_URL(str)

Ollama server URL for local embeddings (nomic-embed-text) and classification (llama3.2:3b). Default: http://localhost:11434

EXTRACT_MODEL(str)

Ollama model used for fact/assumption classification. Default: llama3.2:3b