evercli

May 29, 2026 · View on GitHub

EverMe cloud-memory CLI for AI Agents (Claude Code, OpenClaw, …).

Public AI-agent contract: docs/contracts.md.

Build & run

make build          # → _output/evercli
make dev ARGS="--version"
make test

Quickstart

evercli auth login                  # Device Flow; AI Agents pass --no-wait + --device-code
evercli plugin install claude-code  # or `openclaw`; rotates evt + writes MCP config
evercli import run                  # optional cold-start memory upload
evercli doctor                      # connectivity + credential health check
evercli --version                   # build identity

Subcommand surface (post-slim, 2026-05-09)

CommandPurpose
authlogin / logout / status / me
pluginlist / install (Claude Code, OpenClaw)
importscan / run (cold-start memory upload)
doctorminimal self-checks (connectivity + credential)

Retired in the slimming pass and replaced by the manual flow above: onboard, plugin uninstall, version subcommand, update, config, debug bundle. Reintroduce only on documented user need. See AGENTS.md for the manual install / uninstall sequences.

Contributor notes

See AGENTS.md for module layout and import-direction rules.