This is the HTTP fallback for when you can't use MCP to talk to agentmemory. Every memory operation gets a REST endpoint under localhost:3111, so you can POST to /remember to save facts with concepts, hit /smart-search to recall them, and check /livez for health. It's actually the primary interface, MCP is just a bridge on top. Auth is optional via bearer token when you set AGENTMEMORY_SECRET. The endpoints are straightforward: 201 for writes, 200 for reads, 400 for bad input. If you're integrating agentmemory into something that doesn't speak MCP or you need a simple curl-able API for testing, this is what you want.
npx -y skills add rohitg00/agentmemory --skill agentmemory-rest-api --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
prisma/skills
firebase/agent-skills
Dexploarer/hyper-forge
itsmostafa/aws-agent-skills