nowledge-mem-omp
v0.1.0
Published
Cross-tool memory for OMP. Inject Nowledge Mem context, sync OMP threads, and save what matters.
Maintainers
Readme
Nowledge Mem for OMP
Cross-tool memory for OMP. Your decisions, preferences, and procedures persist across sessions and across every AI tool you use.
What You Get
OMP gains a native extension plus five skills:
- Completed OMP conversations sync into Nowledge Mem as searchable threads
- Context Bundle or Working Memory is injected at startup when available
- Search, thread lookup, and distillation stay available through skills and the
nmemCLI - Remote Mem works through shared
nmemclient config orNMEM_API_URL/NMEM_API_KEY
Prerequisites
- Nowledge Mem desktop app running, or a remote server.
nmemCLI in your PATH:
nmem statusInstall
omp plugin install nowledge-mem-ompFor local development:
omp plugin link /path/to/community/nowledge-mem-omp-pluginVerify
Start an OMP session and check connectivity:
check my Nowledge Mem statusThen have a short OMP exchange and check recent threads:
nmem t list --source omp -n 5To confirm startup context injection, start a new OMP session and ask what Nowledge Mem context was provided. OMP should reference the injected Context Bundle or Working Memory without needing to run the read-working-memory skill again.
Import Older OMP Sessions
The extension keeps new OMP conversations synced automatically. To backfill sessions that happened before you installed the package, preview and then import:
nmem t sync --from omp --limit 20
nmem t sync --from omp --applyThis command reads local OMP JSONL sessions from the OMP machine and uploads normalized threads through the configured Mem API. It is safe to rerun.
Customize without editing the package
Use your project's own OMP instruction surface, such as project .omp/AGENTS.md or the normal OMP config files, as the override layer.
- Keep the package skills as shipped defaults
- Copy or merge the package
AGENTS.mdinto your project config area if you want durable team guidance - Do not patch installed package files under the OMP plugin cache
Troubleshooting
nmem not found: Install or update the Nowledge Mem CLI, then confirm nmem status works in the same shell that launches OMP.
Server not running: Start the Nowledge Mem desktop app, or run nmem serve on your server.
Remote setup: Prefer nmem config client set url ... and nmem config client set api-key ..., or set NMEM_API_URL and NMEM_API_KEY for the OMP process.
