Install
Requires nmem 0.9.19 or newer on the same machine as Kimi Code.
git clone --depth 1 https://github.com/nowledge-co/community.git ~/.cache/nowledge-community
/plugins install ~/.cache/nowledge-community/nowledge-mem-kimi-code-plugin
/plugins enable nowledge-mem
/reload
Then run the explicit hook setup:
python3 ~/.cache/nowledge-community/nowledge-mem-kimi-code-plugin/scripts/install_hooks.py
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 on
Stop,SessionEnd, andPreCompact - 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.