Skip to content

premex-ab/memoria-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

memoria

Single-binary CLI for Memoria — bi-temporal AI agent memory served over MCP.

The CLI handles install + auth + MCP config in one shot, and deposits a Claude Code skill so every session in a configured project automatically reads Memoria's mental model.

Install

curl -fsSL https://api.memoria.premex.se/install.sh | sh
memoria init <your-api-key>

Mint an API key at https://memoria.premex.se/dashboard/brains/&lt;brain-id&gt;/keys. The CLI stores it in your OS keychain (macOS) or a permission-restricted file (Linux), wires up ~/.claude.json, and deposits the memoria skill at ~/.claude/skills/memoria/SKILL.md. Subsequent Claude Code sessions pick it all up automatically.

What this repo contains

  • The Go source for the memoria CLI (cmd/, internal/).
  • The in-session Claude Code skill (skill/SKILL.md) embedded into the binary at build time.
  • The bootstrap Claude Code plugin (plugin/memoria-setup/) that installs the CLI on demand.
  • The installer shell script (install.sh).
  • User-facing docs (docs/): CLI reference, mental model, scopes reference, and worked examples.

The Memoria service itself (api, web app, dashboard) lives in a separate private repo. This repo is the user-facing client + docs surface.

Docs

License

Apache-2.0. See LICENSE.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors