memspan

A persistent span of identity, memory, and conversation for LLMs and agents

The Problem

LLMs don't remember across sessions. Platform memories are locked to single tools. Your identity resets every conversation.

memspan bridges this gap by extracting, organizing, and loading your personal identity, saved memories, and conversation history into Claude Code and other LLM interfaces. It provides a portable, tool-agnostic approach to maintaining continuity across AI assistant sessions.

Features

A three-tier memory model. Core identity, project memory, and historical archive.

Use Cases

Selective loading for every scenario. From quick questions to deep project work.

Identity Sessions

cc-context --identity

Load just your identity. Claude knows who you are, your preferences, and your communication style.

Memory Context

cc-context --memories

Load your saved memories from ChatGPT and Claude. Recall past conversations and learned preferences.

Project Work

cc-context --full project-name

Load identity + memories + project context. Everything Claude needs to work on a specific project.

Quick Questions

claude "your question"

For generic questions, skip the context. No loading overhead when you don't need memory.