MiMo Code × Nowledge Mem
Connect MiMo Code to Nowledge Mem through MCP, project guidance, and local session import.
For your agent
Paste this into MiMo Code:
Read https://mem.nowledge.co/SKILL.md and follow the instructions to install or update Nowledge Mem for MiMo Code. Verify with nmem status and the Context Bundle or Working Memory check, then summarize what changed.MiMo Code is OpenCode-derived, but its package names, config roots, and lifecycle APIs are not identical. Use the MCP path for live memory tools, and use nmem t sync --from mimo-code when you want MiMo Code's local transcripts imported into Mem.
Before You Start
- Nowledge Mem is running locally, or you have a reachable remote Mem server
- MiMo Code is installed
nmemworks on the same machine as MiMo Code
nmem statusSetup
Generate the MCP config:
nmem config mcp show --host mimo-codeAdd the generated MCP server to MiMo Code's MCP configuration or project config. Then add Nowledge Mem guidance to your project instructions so the agent knows when to read context, search memory, and save durable decisions.
Verify
Restart MiMo Code and ask:
Is Nowledge Mem connected? Search my memory for this project.Success means MiMo Code can call the Nowledge Mem MCP tools and return results or a clean empty result.
Session Capture
MiMo Code stores local conversation data in its mimocode.db store. Import it with:
nmem t sync --from mimo-code --limit 20
nmem t sync --from mimo-code --applyThis works for local Mem and remote Mem because nmem reads the local MiMo Code database and uploads normalized thread messages to your configured Mem server.
Do not install the OpenCode plugin package into MiMo Code unless you are intentionally testing compatibility. The two hosts are close, but a safe live connector must respect MiMo Code's own plugin and session contracts. Until a native package ships, use this import path plus handoff summaries for conversations you want to preserve immediately.
Related
- OpenCode
- Kimi Code · ZCode · OMP
- MiMo Code source: XiaomiMiMo/MiMo-Code