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
| agent | how it is wired |
|---|---|
| claude | Claude Code — hooks in .claude/settings.local.json |
| gemini | Gemini CLI — hooks and MCP registration in .gemini/settings.json |
| codex | Codex — a marked block in its TOML config, appended and removable whole |
| copilot | GitHub Copilot CLI — a file of our own under .github/hooks/ |
| cursor | Cursor CLI — hooks in .cursor/hooks.json |
| opencode | opencode — a plugin speaking its own plugin API |
| kilo | Kilo — opencode's fork; same plugin API, its own config home |
| droid | Factory Droid — hooks in .factory/hooks.json |
| muse | Muse Code — hooks in .muse/hooks.json |
| qwen | Qwen Code — hooks beside its mcpServers in .qwen/settings.json |
| grok | Grok Build — a dedicated .grok/hooks/memcell.json this adapter owns whole |
| devin | Devin CLI / Devin Local — a hooks file that is the events map |
| openclaw | OpenClaw — a persistent-workspace gateway, wired through its plugin surface |
| kiro | AWS 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.