Install
/plugin marketplace add https://raw.githubusercontent.com/nowledge-co/community/main/.workbuddy-plugin/marketplace.json --name nowledge-community
/plugin install nowledge-mem@nowledge-community
Restart or reload WorkBuddy after install.
Use the raw WorkBuddy marketplace URL, not the repository root. If you installed from nowledge-co/community previously, remove nowledge-community, add the raw URL above, and install the plugin again once.
What You Get
- Context Bundle or Working Memory loads at session start
- Questions about prior work are routed to current cross-tool memory instead of WorkBuddy-local memory alone
- Memory search, memory saves, and thread search through the bundled MCP server
- Slash commands for status, sync-now, and historical import
- Stop, SessionEnd, PreCompact, and SubagentStop hooks sync WorkBuddy's exact local transcript with
nmem t sync --from workbuddy - Subagent transcripts use WorkBuddy's separate
agent_id, preventing delegated messages from colliding with the parent thread - Remote Mem support through the shared
nmemclient config
For remote Mem or an authenticated local server:
nmem config client set url https://your-server
nmem config client set api-key your-key
nmem config mcp show --host workbuddy
Paste the generated MCP block into WorkBuddy's user or project MCP config.
Import Older Sessions
nmem t sync --from workbuddy --limit 20
nmem t sync --from workbuddy --apply
WorkBuddy stores transcripts under $WORKBUDDY_CONFIG_DIR/projects or ~/.workbuddy/projects. The connector runs on that same machine, then uploads normalized threads to Mem.