MemClaw

Governed Memory for the Hyper-Agent Generation

Shared memory. Governed access.Agents that learn.

🔗
Multi-Agent Multi-Fleet Shared Memory

One agent discovers — the right teams recall it instantly.

Governed shared memory for agent fleets. Cross-agent, cross-fleet recall so discoveries compound instead of dying in silos — without leaking what they shouldn’t.

🔐
Governed by Design

Built in — not bolted on.

Permissions, audit trails, and tenant isolation from day one. Visibility scopes, agent trust tiers, row-level isolation, and a full audit log on every op.

🧠
Agents that Learn and Evolve

Every interaction makes the fleet smarter.

Per-agent retrieval tuning, LLM crystallizer, and lifecycle automation — memory improves itself with every use.

API
--
Database
--
Tenants
--
Memories
--

The problem

Each agent is an island

🚨Memory is siloed

Every agent operates in isolation. One fleet discovers a critical insight, the rest never hear about it. Knowledge stays trapped in individual agents, invisible to the organization.

⚠️Agents can’t self-improve

Without persistent memory, agents can’t build on past experience. They repeat mistakes, rediscover facts, and never compound into self-improving intelligence.

🔴Zero governance

When agents do remember, there’s no control over what they store, who can access it, or whether it’s accurate. No provenance, no permissions, no audit trail.

Built for teams running real agent fleets

Knowledge flows where it’s needed, stays locked where it shouldn’t, and every interaction makes the fleet smarter.

SharedGovernedSelf-Learning
Fleet A
R&D Tech
discovers pattern
Governed Memory
MemClaw
shares if allowed
Fleet B
Marketing
permissionsaudit trailtenant isolation
Shared

Marketing spots a competitor move— R&D recalls it in sprint planning

Shared

Support logs a recurring bug— Engineering sees it, no ticket needed

Governed

Legal flags a compliance risk— scoped, permissioned, fully audited

Governed

PII slips into a write— auto-detected, quarantined, never shared

Self-Learning

An agent misses the right docs— its profile tunes itself, recall improves every query

Self-Learning

Architect makes a design call— crystallized as canonical fact, recalled weeks later

Connect in 30 seconds

Two integration paths—MCP for any AI client, OpenClaw plugin for fleet deployments

MCP—Any Client
{
  "mcpServers": {
    "memclaw": {
      "url": "https://memclaw.net/mcp",
      "headers": {
        "X-API-Key": "mc_your_key"
      }
    }
  }
}
Claude Desktop, Claude Code, Cursor, Windsurf—paste config and go
OpenClaw—Fleet Install
# SSH into your gateway, then:

curl -s -H "X-API-Key: mc_key" \
  "https://memclaw.net/api/v1/install-plugin?fleet_id=fleet-001" | bash

# Restart OpenClaw:
openclaw gateway restart

# Installs plugin, builds, configures
# allowlist, and sets up heartbeat.
# Or use Fleet UI for point-and-click.
Plugin auto-stamps fleet_id on every write. OTA updates via Fleet UI
Tools
memclaw_write       Store content (single or batch)
memclaw_recall      Semantic + keyword hybrid search
memclaw_list        Browse by metadata (non-semantic)
memclaw_manage      Read / update / transition / delete
memclaw_doc         Structured document CRUD
memclaw_entity_get  Entity with relations
memclaw_tune        Per-agent retrieval tuning
memclaw_insights    Reflect over memory store
memclaw_evolve      Report outcomes, close the loop
9 tools. Tenant resolved from API key

How it works

One loop, three pillars. Write, recall, and compound — every interaction makes the next one smarter.

✍️
Step 01
Shared + Governed

Any agent writes

memclaw_write. LLM enriches in one pass — classify, extract entities, scan PII, detect contradictions, update the graph. Visibility scope and agent trust tier stamped at write time.

🔎
Step 02
Shared + Governed

Any authorized agent recalls

memclaw_recall. Hybrid search (vector + graph + keyword), optional LLM briefings. Returns only what the caller’s scope and permissions allow. Every read audited.

♻️
Step 03
Self-Learning

Knowledge compounds

Per-agent tuning, LLM crystallizer merges duplicates, 8-status lifecycle transitions stale facts. The next recall is smarter than the last — and the loop repeats.

Every recall feeds the next write

Not another vector DB wrapper

A governed knowledge system built for multi-agent teams

🔐

Governed sharing

Visibility scopes, agent trust tiers, and audit trails on every operation. Built in, not bolted on.

Auto-enrichment

Send raw text. MemClaw classifies, extracts entities, scores importance, detects PII, and embeds — one call.

Contradiction detection

Conflicting memories detected via RDF triples and LLM analysis. Old facts superseded. Knowledge stays clean.

🔮

Knowledge graph

Entities auto-extracted into a live graph. Search expands through relations. Fuzzy resolution merges duplicates.

🎯

Hybrid search

Vector + keyword with composite ranking. One-call briefings return LLM-synthesized context paragraphs.

🧠

Per-agent tuning

Each agent optimizes its own retrieval profile. Smarter search that compounds with every interaction.

♻️

Memory lifecycle

8 statuses from active to archived. Lifecycle automation cleans stale knowledge. Full audit diffs on edits.

💎

Crystallizer

LLM consolidation merges near-duplicates into atomic facts. Source memories archived with full provenance.

🔌

MCP + REST native

Claude Desktop, Cursor, OpenClaw — connect with a URL and API key. Full REST API with OpenAPI docs.

What you get out of the box

MemClaw vs. a typical AI memory layer

FeatureMemClawTypical Memory Layer
Multi-agent fleet orchestration✅ Fleet-scoped, trust-gated❌ Single-agent focus
Per-agent search tuning✅ Auto-optimized profiles❌ One-size-fits-all
Contradiction detection✅ RDF triples + LLM❌ Not addressed
Memory lifecycle✅ 8 statuses, auto-transitions⚠️ Basic (active/archived)
Knowledge graph✅ Auto-extracted entities⚠️ Some (varies)
LLM enrichment✅ On every write⚠️ On write (varies)
Multi-tenant isolation✅ Row-level security⚠️ Namespace-based
Audit trail✅ Every operation❌ Limited or none
Crystallizer (dedup + cleanup)✅ LLM-powered batch❌ Manual or none
Raw vector search performance⚠️ pgvector (good)✅ Purpose-built indexes
MemClaw uses pgvector under the hood — this is what we build on top of it.

Pricing

Unlimited agents. Unlimited fleets. Pay only for what you store and recall.

Free
$0
10K memories · 5K writes · 500 recalls
Pro
$49/mo
250K memories · 25K writes · 3K recalls
Business
$399/mo
1M memories · 100K writes · 10K recalls
Custom
Contact us
Custom limits · Dedicated infra · SLA

Frequently asked questions

Quick answers about how MemClaw works, how it differs from a vector DB, and how agents use it.

What is MemClaw?+

MemClaw is governed shared memory for AI agent fleets. It gives multi-agent systems cross-agent, cross-fleet recall with permissions, audit trails, and tenant isolation built in — plus self-learning through per-agent retrieval tuning and LLM crystallization.

How is MemClaw different from a vector database?+

MemClaw uses pgvector under the hood but is not a vector DB wrapper. It adds multi-agent fleet orchestration, per-agent retrieval tuning, contradiction detection, an 8-status memory lifecycle, a knowledge graph with auto-extracted entities, LLM enrichment on every write, row-level tenant isolation, audit trails on every op, and LLM-powered crystallization for dedup and cleanup.

Does MemClaw work with Claude Desktop, Cursor, or Windsurf?+

Yes. MemClaw speaks the Model Context Protocol (MCP). Paste a JSON config with your API key into any MCP-compatible client — Claude Desktop, Claude Code, Cursor, or Windsurf — and the tools appear immediately.

How is memory shared safely between agents and fleets?+

Every memory has a visibility scope, and every agent has a trust tier. Cross-fleet recall is permissioned and fully audited. Tenant isolation is enforced at the database row level, and PII is auto-detected and quarantined before it can cross fleet boundaries.

How do agents learn and improve over time?+

Each agent tunes its own retrieval profile based on feedback, so search quality compounds with every interaction. The LLM crystallizer merges near-duplicate memories into canonical atomic facts with full provenance. Lifecycle automation transitions memories through eight statuses (active, confirmed, outdated, superseded, archived, etc.) to keep knowledge clean without manual cleanup.

What does MemClaw cost?+

Free ($0): 10K memories, 5K writes/mo, 500 recalls/mo. Pro ($49/mo): 250K memories, 25K writes/mo, 3K recalls/mo. Business ($399/mo): 1M memories, 100K writes/mo, 10K recalls/mo. Custom (contact sales): custom limits, dedicated infra, SLA. Unlimited agents and fleets on every plan.

Is MemClaw open source?+

An open-source release of MemClaw is coming. The managed platform runs at memclaw.net today and is built by Caura.ai.

Who builds MemClaw?+

MemClaw is built by Caura.ai as the governed memory platform for multi-agent AI systems.