REST is agentmemory's primary surface. MCP is a bridge on top of it. Every memory operation has an HTTP endpoint under http://localhost:3111/agentmemory/* . Quick start
liveness
curl -fsS http://localhost:3111/agentmemory/livez
save
curl -X POST http://localhost:3111/agentmemory/remember \ -H "Content-Type: application/json" \ -d '{"content":"chose JWT refresh rotation","concepts":["jwt-refresh-rotation"]}'
recall
curl -X POST http://localhost:3111/agentmemory/smart-search \ -H "Content-Type: application/json" \ -d '{"query":"auth token strategy","limit":5}' Show more Installs 502 Repository rohitg00/agentmemory GitHub Stars 22.1K First Seen 3 days ago