Mori is open-source (AGPL-3.0) and self-hosted. The plugin is a client for a Mori server that you run. The plugin author collects no data, runs no analytics, and the plugin performs no telemetry or “phone-home”.
When enabled, the Mori plugin captures your coding-session activity — tool calls, prompts, the assistant’s reasoning, file paths, working directory, timestamps, and your machine’s hostname — and sends it to the Mori server URL you configure, so that server can build your shared memory. It sends this to nowhere else.
server_url
you set. It never contacts the plugin author, and it sends no plugin data to Anthropic beyond Claude Code’s
own normal operation.Because Mori is self-hosted, you control all stored data — retention, access, and deletion — on your own infrastructure. Your Mori server may call an LLM provider that you configure (for its memory-distillation pipeline) under your own provider account and that provider’s terms; the plugin author is not party to that.
None. The author operates no service that receives your data and performs no tracking or analytics on plugin usage.
The complete source is available under AGPL-3.0 at github.com/fjwood69/mori — you can audit exactly what the plugin sends and where.
If this policy changes, the “Last updated” date above will change and the new version will be published here.
Questions or concerns: open an issue at github.com/fjwood69/mori/issues.