Install
Requires nmem 0.9.23 or newer on the same machine as Kimi Work.
git clone --depth 1 https://github.com/nowledge-co/community.git ~/.cache/nowledge-community
python3 ~/.cache/nowledge-community/nowledge-mem-kimi-work-connector/scripts/install_kimi_work_plugin.py
Restart Kimi Work after installing.
For remote Mem or authenticated localhost, generate and paste a user-level MCP config into Kimi Work's embedded runtime:
nmem config mcp show --host kimi-work
What You Get
- Context Bundle, Working Memory, memory search, and memory save through MCP and the session-start skill
- A connector package for Kimi Work's private embedded runtime, separate from your own
~/.kimi-code - Historical Kimi Work session import with
nmem t sync --from kimi-work - Remote Mem support through the same
nmemclient config
Kimi Work does not expose lifecycle hooks today, so this connector is import-only for conversations:
nmem t sync --from kimi-work --limit 20
nmem t sync --from kimi-work --apply
The import uses stable Kimi Work thread IDs, so reruns are safe.