Setup
nmem config mcp show --host craft-agent
Save the generated sourceConfig as sources/nowledge-mem/config.json inside the Craft workspace you want to connect. Save the generated guide as sources/nowledge-mem/guide.md, then restart or reload Craft Agent.
For remote Mem, configure this machine once before generating the source:
nmem config client set url https://your-server
nmem config client set api-key your-key
nmem config mcp show --host craft-agent
What You Get
- Context Bundle, Working Memory, memory search, memory save, thread search, and status tools through Craft's MCP source system
- A Craft guide file that teaches the agent when to read prior context and when to save durable decisions
- Historical Craft session import with
nmem t sync --from craft-agent - Local or remote Mem support through the shared
nmemclient config
Craft stores transcripts as session.jsonl under Craft workspaces. Use the CLI importer when you want the real recorded session in Mem:
nmem t sync --from craft-agent --all-projects --limit 20
nmem t sync --from craft-agent --all-projects --apply
This connector does not require an npm package today. Craft's source and guide files are enough for MCP-backed memory behavior; the CLI handles transcript import.