Install
Requires nmem 0.9.19 or newer on the same machine as Kimi Code. If nmem exists but rejects t sync --from kimi-code or config mcp show --host kimi-code, refresh the same CLI source before debugging MCP or session sync.
/plugins install https://github.com/nowledge-co/community
/plugins enable nowledge-mem
/reload
The community repo includes a root kimi.plugin.json shim for Kimi Code. Kimi downloads the repository zip for this install and does not clone submodules.
For remote Mem or authenticated localhost, also generate and paste a user-level MCP config:
nmem config mcp show --host kimi-code
What You Get
- Context Bundle, Working Memory, memory search, and memory save through MCP and the session-start skill
- Kimi Code thread capture through native plugin hooks on
Stop,SessionEnd,PreCompact,SubagentStop, andInterrupt - Slash commands:
/nowledge-mem:status,/nowledge-mem:sync-now, and/nowledge-mem:import-history - Historical Kimi Code session import with
nmem t sync --from kimi-code - Remote Mem support through the same
nmemclient config
Kimi Code stores sessions locally under ~/.kimi-code/sessions. To backfill older sessions:
nmem t sync --from kimi-code --limit 20
nmem t sync --from kimi-code --apply
The hook and historical import use the same stable thread IDs, so reruns are safe.