> memra × hermes agent
give hermes agent a real memory.
memra is a native hermes agent memory provider. one command installs it. hermes then recalls relevant memories before each turn, persists what it learns, and keeps important context even after the window compresses. eu-hosted, privacy-first.
recall before every turn
hermes prefetches the memories relevant to your message — hybrid semantic + structured search, importance-ranked — so answers are grounded in what it already knows about you and your projects.
survives compression
when hermes compresses its context window, memra persists the about-to-be-discarded turns to long-term memory first. nothing important is lost — it stays recallable.
typed, durable memory
facts, events, preferences and decisions stored with type + importance. eu servers, your data stays yours. self-host memra and point the provider at your own instance.
install the provider
one command drops the memra provider into ~/.hermes/plugins/memra/. requires hermes agent 0.11+ — check with hermes --version.
$ curl -fsSL https://raw.githubusercontent.com/usememra/hermes-memra/main/install.sh | bash
connect your memra account
run the interactive picker, select memra, and paste your api key + project id from your dashboard.
$ hermes memory setup # select "memra"
$ hermes config set memory.provider memra
$ echo "MEMRA_API_KEY=memra_live_xxx" >> ~/.hermes/.env
$ echo '{"project_id": "proj_xxx"}' > ~/.hermes/memra.json
self-hosting memra? add "base_url" to memra.json to keep every memory on your own infrastructure.
verify
confirm memra is the active memory provider. then just talk to hermes — it recalls and remembers automatically.
$ hermes memory status
> tools hermes gains
| memra_search | hybrid semantic + structured recall by meaning. |
| memra_remember | store a durable fact, preference, or decision. |
| memra_profile | overview of everything hermes knows about you. |
ready to give hermes a memory?
free tier. eu-hosted. privacy-first. no credit card required. grab an api key, create a project, and run the install command above.