memcell

docsreferencewired agents

Wired agents

memcell is not a plugin for one agent. npx memcell connect detects the agents on your machine and wires each in its own dialect — the hook shape its harness actually parses, the config file it actually reads. A session in any of them starts with the same memory.

wired today mirrored from the adapter registry — a test holds the list true

agenthow it is wired
claudeClaude Code — hooks in .claude/settings.local.json
geminiGemini CLI — hooks and MCP registration in .gemini/settings.json
codexCodex — a marked block in its TOML config, appended and removable whole
copilotGitHub Copilot CLI — a file of our own under .github/hooks/
cursorCursor CLI — hooks in .cursor/hooks.json
opencodeopencode — a plugin speaking its own plugin API
kiloKilo — opencode's fork; same plugin API, its own config home
droidFactory Droid — hooks in .factory/hooks.json
museMuse Code — hooks in .muse/hooks.json
qwenQwen Code — hooks beside its mcpServers in .qwen/settings.json
grokGrok Build — a dedicated .grok/hooks/memcell.json this adapter owns whole
devinDevin CLI / Devin Local — a hooks file that is the events map
openclawOpenClaw — a persistent-workspace gateway, wired through its plugin surface
kiroAWS Kiro CLI — its own config dialect, one file

the same promise, every agent capture reads each agent's best record

  • recall before the turn, remember and report after it — on the agent's own lifecycle
  • capture reads the agent's own session record: a transcript handed to the hook, an on-disk record, a local store
  • file contents never leave your machine — capture carries the session's prose and the names of files it touched
  • agents with native memory keep it; memcell coexists rather than competing for the same file

an agent not on the list connect says what it could not wire — nothing is pretended

Any MCP client can still reach memory through the bridge, and connect reports exactly what it wired and what it could not. A new agent is one adapter in the CLI — the registry this page mirrors.