โœฆ veraโœฆ veraโœฆ veraโœฆ vera โœฆ veraโœฆ veraโœฆ veraโœฆ vera โœฆ veraโœฆ veraโœฆ veraโœฆ vera โœฆ veraโœฆ veraโœฆ veraโœฆ vera
call me vera

memory that
outlives your session,
not just your context

Claude, local models, and Codex read and write one shared, append-only memory log instead of sharing sessions. Vera doesn't interpret what it stores โ€” it just gives every entry a number.

Vera demo: recording and resuming memory across a Claude Desktop + Ollama session

how it fits together

Claude โ”€โ”€โ” Local โ”€โ”€โ”€โ”€โ”ผโ”€โ”€ same .vera_store.db (SQLite, WAL) โ”€โ”€ numbered, append-only memory Codex โ”€โ”€โ”€โ”€โ”˜ author: claude | local | vera

๐Ÿ™ˆ no interpretation

No fact extraction, no contradiction detection. Deciding what an entry means is the reading agent's job, every time โ€” not a fixed rule baked into vera.

๐Ÿ”ข citable by number

Every REQUEST / CHANGE / REASON / RESULT / STATE becomes its own permanent, numbered row. Cite #12, fetch it exactly with vera lookup.

๐Ÿ”’ append-only, for real

SQLite triggers reject UPDATE/DELETE on the log โ€” not a convention, a database-level guarantee.

๐Ÿท๏ธ named, resumable

Name a memory once; any other session or app reconnects to the exact same store by name, regardless of its own default path.

quick start

pip install -e ".[mcp]"
vera init .
claude mcp add vera -- vera mcp --store ./.vera_store.db

Connect vera to your agent, then say:

Vera guide

vera explains itself directly to the agent โ€” in whichever of 12 languages you asked in โ€” including the exact behavior protocol to follow and when to suggest compression.

commands

vera startcall before work โ€” memory + agent protocol
vera recordthe structured "vera" capture, auto-dedups a retry
vera lookup <n>fetch one entry by its citation number
vera searchtext search, results carry citation numbers
vera compressstore an AI-authored digest citing entry numbers
vera claim-namename this memory so any session/app can resume it
vera statsentries, size vs. compression threshold, state
vera mcpstart the MCP server
โœฆ veraโœฆ veraโœฆ veraโœฆ vera โœฆ veraโœฆ veraโœฆ veraโœฆ vera โœฆ veraโœฆ veraโœฆ veraโœฆ vera โœฆ veraโœฆ veraโœฆ veraโœฆ vera