2.5 KiB
2.5 KiB
ECHO Memory — install guide (Gretchen)
This is your personal build of the ECHO Memory plugin: echo-memory-1.4.1-gretchen.plugin.
Your vault owner name, endpoint, and API key are already baked in — you don't need a
config file or to paste a key anywhere. Just install it and go.
- Owner: Gretchen Friedrich
- Endpoint:
https://imprintapi.mpm.to - Backend: Obsidian Local REST API (verified reachable + your key authenticates ✅)
Install
In CoWork (recommended)
- Open the plugins panel.
- Upload / add the file
echo-memory-1.4.1-gretchen.plugin. - Enable echo-memory if it isn't on automatically.
- Start a new session — the skill loads on its own.
In Claude Code (desktop / CLI)
- Save the
.pluginfile somewhere local. - Add it through your plugin manager (the
.pluginfile is a standard plugin package). - Restart your session so the plugin is picked up.
No ~/.claude/echo-memory/config.json needed — the baked build carries everything.
Verify it's working
Run either:
/echo-doctor— checks Python, your endpoint, that your key authenticates, and whether the vault is bootstrapped. All green = you're set./echo-load— loads your memory context for the session.
If the vault hasn't been set up yet, /echo-doctor will say the marker is absent — that's
expected on a brand-new vault and just means a one-time bootstrap is needed.
Day-to-day
| You want to… | Command |
|---|---|
| Pull in your context at the start of a session | /echo-load |
| Save something durable (fact, decision, preference) | /echo-save |
| Recall a topic + its linked notes | /echo-recall <topic> |
| File a quick capture for later sorting | /echo-triage |
| Reflect on a session and capture takeaways | /echo-reflect |
You can also just talk naturally — ask Claude to "remember" something or "what do we know about X" and it'll route to the right place.
Keep in mind
- This file contains your vault key. Don't forward the
.pluginto anyone else or post it in a shared channel — it grants access to your vault under your name. - Updating / rotating your key: you can't edit a baked build. If your token changes, ask Jason for a fresh build, then reinstall.
- Trouble connecting? Run
/echo-doctorfirst — it pinpoints whether it's the endpoint, the key, or the vault. If the endpoint is unreachable, confirm Obsidian + the Local REST API plugin are running on the host servingimprintapi.mpm.to.