Skip to content
@vayl-dev

Vayl

Reconciling memory for AI agents — keeps what's true now, retracts what changed, remembers the history. MCP-native, open source.

Vayl

Reconciling memory for AI agents.

Most agent memory accumulates — it saves every fact and later hands your agent a stale one. Vayl reconciles: a new value supersedes the old, "we dropped X" actually retracts X, and you can still ask what was true before. It speaks the Model Context Protocol, so any MCP client (Claude Desktop, Cursor, Claude Code) plugs in.

"We use Redux."                             → remembered
"Actually we moved off Redux to Zustand."   → Redux retired, Zustand active
"What do we use?"                           → "Zustand"   (not "Redux, Zustand")
"What did we use first?"                    → "Redux"     (history kept)

Why it's different

  • Reconciles, doesn't pile up — one live value per fact, so "what's true now" is unambiguous.
  • 🗑️ Removal is first-class — retractions actually remove; graph stores can't model this, additive stores never do.
  • 🕰️ Auditable — every change is on a tamper-evident, Ed25519-signed audit chain.
  • 🔒 Local & private — SQLite by default (optional Postgres), encrypted at rest, no telemetry.

Docs & install

📚 Documentation · 📦 PyPI

pip install vayl-mcp

Projects

Repo What
vayl The reconciling-memory engine + MCP server. Two core dependencies, offline-testable.

Apache-2.0 · maintained by @ac12644

Popular repositories Loading

  1. vayl vayl Public

    The reconciling memory layer for AI agents (MCP server): a new value supersedes the old, "we dropped X" actually retracts X, and history stays queryable — so agents get current facts, not stale ones.

    Python 2 1

  2. .github .github Public

    Vayl org profile

  3. website website Public

    Vayl marketing/landing pages (static HTML)

    HTML

Repositories

Showing 3 of 3 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…