How Mirasim Connects
Mirasim exposes MCP servers and reusable skills, so the built-in Mirasim agent can use Nowledge Mem for Working Memory, recall, durable saves, Library, and graph tools.
Generate the host config from your current Mem client settings:
nmem config mcp show --host mirasim
Add the generated server to Mirasim as nowledge-mem, then run Mirasim's MCP health check before trusting the tools:
mirasim ui-cli --port 4970 mcp health --name nowledge-mem
Claude Code And Codex Panes
Mirasim can launch Claude Code and Codex while preserving their own terminal UI and authentication. Keep using the dedicated Nowledge connector for that launched tool when you want exact transcript capture.
That means:
- Mirasim built-in agent: use Mem MCP and skills.
- Mirasim-launched Codex: install the Codex connector.
- Mirasim-launched Claude Code: install the Claude Code connector.
Current Boundary
Mirasim publicly documents local session/history commands and raw recordings under ~/.mirasim/recordings, but it does not yet publish a stable transcript schema or lifecycle hook contract for third-party memory import. Mem therefore does not claim Mirasim-native automatic thread sync yet.
Use handoff summaries from MCP/skills today. Native nmem t sync --from mirasim should wait until Mirasim exposes a stable message-level export, API, or hook.