@ahmadjavaiddev/agent-memory
v0.1.0
Published
Thin client for an agent-memory server — a shared cross-agent brain over one URL + token
Downloads
24
Maintainers
Readme
agent-memory (thin client)
CLI client for a deployed agent-memory server. Knows nothing about databases or
AI providers — every command is an authenticated call to the server's /mcp
endpoint. All a machine needs:
agent-memory setup # server URL + bearer token (token encrypted at rest)
agent-memory doctor # reachable · token accepted
cd your-project && agent-memory init
agent-memory search "how do we handle migrations"agent-memory hooks install wires Claude Code auto-memory (recall on prompt,
distill on stop) through the same server.
The server itself lives in this repo's root package (@agent-memory/server)
and ships as a Docker image — see deploy/.
