Integrations
CLI
The ormah CLI is a synchronous HTTP client around the same API your agents use. It's useful for manual memory management, scripting, and debugging.
Core commands
ormah remember "I prefer tabs over spaces"
ormah recall "code style preferences"
ormah node <node-id> # retrieve a specific node
ormah outdated <node-id> # mark a node as outdated
Ingestion
ormah ingest <file.md> # ingest a markdown file as a memory
ormah ingest-session <file> # ingest a transcript file
Whisper commands
ormah whisper inject # run whisper injection (reads hook JSON from stdin)
ormah whisper store # store session transcript (reads hook JSON from stdin)
ormah whisper setup # install Claude Code hooks for current project
ormah whisper setup --global # install globally
Server management
ormah server start
ormah server start -d # background daemon
ormah server stop
ormah server status
Stats
ormah stats # memory graph statistics
Setup
ormah setup # interactive setup wizard
Full flag reference and output formats coming soon.