✍️Writing & Content22🎨Image Generation32🎬Video & Animation64🎵Audio & Music48💬Chatbots & Assistants35💻Coding & Development139📈Marketing & SEO52Productivity132🎯Design & UI/UX48📊Data & Analytics31📚Education & Research24💼Business & Finance49🏥Healthcare & Wellness18🔍Search & Knowledge13🤖AI Agent Infrastructure18🛡️AI Security & Testing2🧊3D & Spatial12🔎SEO Tools4🏡Real Estate4🗃️Data Extraction1🧠ADHD & Focus Tools9
Listed in AI Agent Infrastructure with 21 other toolsPart of 891+ curated AI tools on AISO
Wolbarg logo

Wolbarg

Durable shared memory for AI agents — one reconciled project record that Cursor, Claude Code, and Codex all read and write

0
freeDistributed as npm packages (`npm install wolbarg`, `npx @wolbarg/workspace init`) with source on GitHub. Workspace is at v0.1.0. No pricing page exists as of July 2026 — there is no paid tier published. You supply your own OpenAI-compatible embedding endpoint.View full pricing →

Visit Wolbarg

https://wolbarg.com

About Wolbarg

Wolbarg is durable shared memory for AI agents — remember something once, then recall it by meaning across sessions, tools, and multi-agent workflows. The problem it targets is familiar to anyone running several coding agents: Cursor, Claude Code, and Codex each drop context when a session ends, so every session re-explains the same architecture, and a decision made in one tool never reaches the others. Multi-agent setups improvise shared state out of chat transcripts, globals, or Redis, and lose semantic search, concurrency safety, and crash safety in the process. Wolbarg ships two things. Wolbarg Workspace is the product for coding agents — install once per repository with `npx @wolbarg/workspace init`, connect the hosts you use via `connect cursor`, `connect claude`, or `connect codex`, and every agent reads the same reconciled project briefing and writes back what it learns. Crucially, updates supersede stale facts rather than piling up as append-only notes, and decisions and discoveries stay tied to the files, tests, and docs that evidence them. A single CLI covers init, connect, doctor, status, and review, with no hand-edited MCP JSON. Underneath is an SDK: an agent calls remember() with a fact and optional metadata, the text is embedded through your own OpenAI-compatible endpoint, the original text, metadata, and vector land in a shared store, and any sibling agent can query in natural language and get ranked hits. Storage is local-first SQLite by default with Postgres when you need it, and AI SDK adapters cover custom agent frameworks on the same memory layer.

Key Features

One reconciled project briefing shared across Cursor, Claude Code, and Codex
Updates supersede stale facts instead of appending duplicates
Decisions and discoveries anchored to files, tests, and docs
Single CLI — init, connect, doctor, status, review — with no hand-edited MCP JSON
SDK with remember() and natural-language recall returning ranked hits
Embeddings through your own OpenAI-compatible endpoint
Local-first SQLite by default, Postgres when you need it
AI SDK adapters for custom agent frameworks

Wolbarg Pros & Cons

Pros

  • +Free and installable from npm with no account
  • +Local-first SQLite means no service to run for a single developer
  • +Reconciliation avoids the note-pile problem of append-only agent memory
  • +Works across multiple agent hosts rather than locking you to one

⚠️ Cons

  • v0.1.0 — very early and API changes are likely
  • Requires your own embedding endpoint and its costs
  • No hosted option or managed service
  • No published support or SLA

Who Is Wolbarg Best For?

👤Developers switching between Cursor, Claude Code, and Codex on one repo
👤Multi-agent systems that need crash-safe shared state
👤Teams tired of re-explaining architecture at the start of every session

Tags

agent memoryshared memorysqlitesemantic searchmcpcoding agentsopen source
🏷️

Is this your tool?

Claim your listing to get a Featured badge, edit your description, and stand out from competitors. All plans include a permanent dofollow backlink to your site.

Claim Now →

ChatGPT already recommends Wolbarg. Does it recommend yours?

If you're building in AI Agent Infrastructure, run a free AI-visibility scan on your own product — we ask ChatGPT across 5 prompt angles and score how often you get named. ~30 seconds, no signup, no card.

Stay updated on AI Agent Infrastructure tools — join our weekly newsletter

One concise email with fresh launches, trending picks, and featured standouts.

Alternatives to Wolbarg

View all Wolbarg alternatives →

Agent connectivity: not yet verified