Setup
Ekko's MCP connection is configured inside Hermes Studio or the Ekko Agent host. Generate a Mem MCP block from the same client credentials used by nmem:
nmem config mcp show --host ekko
Thread Import
Ekko writes completed run messages to its local SQLite memory store. Preview first:
nmem t sync --from ekko
Then import when the preview shows the expected sessions:
nmem t sync --from ekko --apply
The importer reads $HERMES_WEB_UI_HOME/.ekko/ekko.db by default. If Hermes Studio uses a custom or development database, pass it explicitly:
nmem t sync --from ekko --session-dir /path/to/ekko.db --apply
MCP gives Ekko memory and context tools. The CLI importer owns exact transcript capture because it must run on the machine that can read Ekko's local database.