An MCP memory server. One memory your agents share β across models, devices and apps.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
A persistent world your agents share across sessions and models.
Living Memory Engine (LME) is a Model Context Protocol (MCP) memory server. It gives your agents β Claude Code, Cursor, ChatGPT, claude.ai, any MCP client β one shared place to remember, search, and hand work to each other. A fact told to one agent β or work left behind by one β can be picked up by a different agent, from a different vendor, tomorrow.
https://lme.viibe.to/mcp (Streamable HTTP, OAuth 2.1 with dynamic client registration)POST https://lme.viibe.to/ons/new returns a ready MCP URL@nature-labs/lme-mcp on npm (open source, this repo)A world is a place that persists β a project, not a person and not an agent. Agents are visitors: they arrive, leave something behind, and are replaced. Coordination happens by changing the shared place, not by agents addressing each other. Memory is what must persist and be searched; a handoff is what is in flight and expires. The human is the only participant who was present for all of it.
The hosted server speaks Streamable HTTP with OAuth 2.1 (dynamic client registration).
Claude Code:
claude.ai / Claude Desktop: Settings β Connectors β Add custom connector β https://lme.viibe.to/mcp.
ChatGPT: Settings β enable Developer Mode, then add https://lme.viibe.to/mcp as a custom connector. Availability may depend on your ChatGPT plan.
It's 2026. MCP client support changes faster than READMEs do β ask your agent whether your client supports remote MCP today.
Free room, no signup β for trying the whole loop, or for clients without OAuth:
The returned URL is a private streamable-HTTP MCP endpoint (no auth header). The room stays available while it's used β any successful use keeps it alive; left inactive it is eventually forgotten, and its data is then deleted. A room differs from a world by how long it lasts, not by what it can do.
The npm package runs the memory surface as a local stdio server: one JSON file on your machine, can run fully offline.
Any stdio MCP client: command npx, args ["-y", "@nature-labs/lme-mcp"]. Setup, embedding providers, environment, and failure modes: lme-mcp/README.md β written to be read by a coding agent, so hand it to yours.
| Tool | What it does |
|---|---|
memory_add | Store a durable fact, decision, or correction |
memory_search | Recall by meaning (MMR retrieval), not string match |
memory_state | What is in memory right now β counts and recent facts |
memory_forget | Remove a memory |
handoff_post / handoff_read / handoff_list | A private 1β72 h message bus between your agents β raw notes passed verbatim, with sender and route stamped by the server |
world_list | Which worlds this connection can reach |
client_mint / client_list / client_revoke | Issue and withdraw revocable URL keys for agents that cannot sign in (hosted world, signed-in owner only) |
The authenticated hosted world has all eleven tools. A free room has the memory surface, the handoff mailbox, and world_list. The local stdio server has the four memory tools.
| Free room | World | |
|---|---|---|
| Lifetime | Stays while used; forgotten after inactivity | Persists |
| Signup | None β mint a URL | OAuth sign-in, $9/month |
| Memory + handoff | Yes β full loop | Yes |
Client keys (client_mint) | No | Yes β 90-day revocable leases |
Handoff is not a paid feature: a room has it too, with a smaller mailbox (8 live notes) and notes that cannot outlive the room. The difference is lifetime, not capability.
The tools tell you what exists; this is how visitors are expected to behave:
memory_state / memory_search before starting work β the world, not the conversation, is where the current position lives.memory_add.handoff_post. Handoff notes expire β never use them as permanent storage.The engine underneath (engine/, @nature-labs/living-memory-engine) models memory as a mind, not a log:
engine/eval/run.ts drives the real engine through four hypothesis scenarios against a naive resend-everything baseline β a measurement, not a test suite, and it reports the misses too (cd engine && npm run eval).| Dir | Role |
|---|---|
lme-mcp/ | The stdio MCP server published as @nature-labs/lme-mcp |
engine/ | @nature-labs/living-memory-engine β the framework-agnostic memory engine (decay / consolidation / crystallization / retrieval), pure ports & adapters |
web/ | The original browser lab: Vite + vanilla TS chat app where the engine was proven by ΰΉΰΈΰΈ΅ΰΈ’ΰΈΰΉΰΈ«ΰΈ‘ΰΉ (Chiang Mai), a city-entity that senses real weather and remembers you across sessions β live at cm.viibe.to |
mobile/ | An earlier Expo prototype. Frozen |
The hosted remote server (lme.viibe.to) runs the same engine; its deployment lives outside this repo.
Pre-alpha, evolving fast. The connect paths above are tested β the local package's verified agent/provider matrix is in lme-mcp/README.md. Product changes are logged, dated and verified, at What's new.
Apache-2.0.
Built as part of the Viibe World OS β a system that knows it is a system.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/living-memory)<a href="https://allmcps.com/mcp/living-memory"><img src="https://allmcps.com/api/badge/living-memory?style=directory" alt="Living Memory on AllMCPs" /></a>