@hasna/mementos
v0.14.35
Published
Universal memory system for AI agents - CLI + MCP server + library API
Maintainers
Readme
@hasna/mementos
Universal memory system for AI agents - CLI + MCP server + library API
Install
npm install -g @hasna/mementosCLI Usage
mementos --helpMCP Server
mementos-mcp116 tools available.
HTTP mode
Run a shared Streamable HTTP MCP server (stateless, 127.0.0.1 only):
mementos-mcp --http
# or: MCP_HTTP=1 mementos-mcp
# default port: 8824 (override with --port or MCP_HTTP_PORT)Endpoints: GET /health, POST /mcp (Streamable HTTP).
REST API
mementos-serveCloud Sync
This package supports cloud sync via @hasna/cloud:
cloud setup
cloud sync push --service mementos
cloud sync pull --service mementosData Directory
Data is stored in ~/.hasna/mementos/.
License
Apache-2.0 -- see LICENSE
