Community Repo for Nowledge Labs Products
npx skills add https://github.com/nowledge-co/community --skill search-memoryقم بتثبيت هذه المهارة باستخدام واجهة سطر الأوامر (CLI) وابدأ في استخدام سير عمل SKILL.md في مساحة عملك.
The canonical source of truth for all integrations is integrations.json. Capabilities, install commands, transport, tool naming, thread save methods, and the user-facing autonomy contract are tracked there. Update the registry first when adding or modifying integrations.
The autonomy contract uses one shared language across integrations:
automatic: the host/plugin enforces it through hooks or lifecycle wiringguided: the package/rules/skills strongly teach it, but the model still decidesmanual: it only happens when the user or agent asks directlyThis keeps one critical distinction honest for fresh users: having tools available is not the same thing as getting autonomous memory behavior.
For behavioral guidance (when to search, save, read Working Memory, and route ambient spaces), see shared/behavioral-guidance.md. For plugin authoring rules, see docs/PLUGIN_DEVELOPMENT_GUIDE.md.
For end-user customization that survives updates, see docs/USER_OVERRIDE_GUIDE.md. The short version: do not edit installed plugin files; use the host's own instruction files when that host supports them.
Each directory is a standalone integration. Pick the one that matches your tool.
| Integration | Install | What it does |
|---|---|---|
| Skills | npx skills add nowledge-co/community/nowledge-mem-npx-skills |
Reusable workflow package for Working Memory, routed recall, resumable handoffs, and distillation. Prefer native packages when your tool has one. |
| Claude Code Plugin | claude plugin marketplace add nowledge-co/community then claude plugin install nowledge-mem@nowledge-community |
Claude Code native plugin with hooks for Working Memory bootstrap, routed recall, automatic session capture, and pre-compaction transcript save. |
| Copilot CLI Plugin | copilot plugin marketplace add nowledge-co/community then copilot plugin install nowledge-mem@nowledge-community |
GitHub Copilot CLI plugin with Working Memory bootstrap, guided recall, incremental session capture, and pre-compaction transcript save. |
| Droid Plugin | droid plugin marketplace add https://github.com/nowledge-co/community then droid plugin install nowledge-mem@nowledge-community |
Factory Droid plugin with Working Memory bootstrap, routed recall, distillation, and honest save-handoff semantics. |
| Gemini CLI | Search Nowledge Mem in the Gemini CLI Extensions Gallery and install |
Gemini-native context, bundled MCP, hooks, commands, and skills for Working Memory, routed recall, real thread save before compression or exit, and handoff summaries. |
| Antigravity Trajectory Extractor | git clone https://github.com/jijiamoer/antigravity-trajectory-extractor.git |
Live RPC extraction for Antigravity conversation trajectories. |
| Windsurf Trajectory Extractor | git clone https://github.com/jijiamoer/windsurf-trajectory-extractor.git |
Offline protobuf extraction for Windsurf Cascade conversation history. |
| Cursor Plugin | Link nowledge-mem-cursor-plugin into ~/.cursor/plugins/local/nowledge-mem-cursor |
Cursor-native plugin package with a session-start Working Memory hook, bundled MCP config, rules, and honest save-handoff semantics. |
| Codex Plugin | codex plugin marketplace add nowledge-co/community, install nowledge-mem@nowledge-community from Codex /plugins, then enable the plugin in ~/.codex/config.toml |
Hybrid Codex path: plugin package plus bundled local MCP for stronger retrieval and memory writes, with nmem as the real session-save and fallback path. |
| OpenClaw Plugin | openclaw plugins install clawhub:@nowledge/openclaw-nowledge-mem |
Full memory lifecycle with memory tools, thread tools, automatic capture, and distillation. |
| Alma Plugin | Search Nowledge in Alma official Plugin marketplace | Alma-native plugin with Working Memory, thread-aware recall, structured saves, and optional auto-capture. |
| Bub Plugin | pip install nowledge-mem-bub |
Bub-native plugin: cross-tool knowledge, auto-capture via save_state, Working Memory, and graph exploration. |
| Pi Package | pi install npm:nowledge-mem-pi |
Five composable skills for Working Memory, routed recall, distillation, and resumable handoffs in Pi. |
| OpenCode Plugin | Add "opencode-nowledge-mem" to opencode.json plugins |
Native OpenCode plugin with eight tools for Working Memory, search, save, update, thread search, session capture, handoff, and status. |
| Hermes Agent | bash <(curl -sL https://raw.githubusercontent.com/nowledge-co/community/main/nowledge-mem-hermes/setup.sh) |
Native Hermes memory provider with Working Memory bootstrap, pre-turn recall, clean nmem_ tools, and session-end transcript capture into Mem threads. MCP remains available as a fallback mode. |
| Raycast Extension | Search Nowledge in Raycast Extension Store | Search memories from Raycast launcher. |
| Claude Desktop | Download from nowled.ge/claude-dxt, double-click .mcpb file |
One-click extension for Claude Desktop with memory search, save, and update. |
| Browser Extension | Install from Chrome Web Store | Side-panel capture for ChatGPT, Claude, Gemini, Perplexity, and other web AI surfaces. |
| MCP | For tools without a dedicated Nowledge package, use direct MCP. | Standard memory and thread tools exposed through one shared MCP server. |
Add to your tool's MCP settings:
{
"mcpServers": {
"nowledge-mem": {
"url": "http://127.0.0.1:14242/mcp/",
"type": "streamableHttp"
}
}
}
See mcp.json for the reference config.
For remote Mem, configure this machine once with nmem config client set url ... and nmem config client set api-key ..., then generate the exact host config:
nmem config mcp show --host cursor
nmem config mcp show --host codex
nmem config mcp show --host gemini-cli
Direct MCP clients do not read ~/.nowledge-mem/config.json automatically; paste the generated block into the host's own MCP settings.
nmem CLI on your PATH: if Mem is running on the same machine, install it from Settings > Preferences > Developer Tools > Install CLI in the app, or use pip install nmem-cli for a standalone setupnmem status # verify Nowledge Mem is running
Spaces are optional. Most integrations can stay on Default and never mention them.
If a host already has its own profile or provider config, choose the lane there first:
space = "Research Agent"spaceTemplate = "agent-${AGENT_NAME}"space_by_identity = {"research":"Research Agent"}Use NMEM_SPACE="Research Agent" only for CLI-first hosts or runtimes that do not expose a better config surface. HTTP- or MCP-based integrations should pass space_id explicitly when their host/runtime can do so. The storage boundary is still one hidden shared key, but humans and agents should normally work with the space name instead. Legacy NMEM_SPACE_ID still works for older setups.
For agent harnesses, the rule is simple:
spaceTemplate or exact identity mapping).Use one ambient space only when the host already has a real lane, such as one agent identity, one project, or one workspace.
| Integration | Ambient space today | Best user setup |
|---|---|---|
| Claude Code, Codex, Droid, Pi, Gemini CLI | Full ambient lane through NMEM_SPACE or per-command --space |
Set one NMEM_SPACE only when the whole session truly belongs to one lane. Otherwise stay on Default. |
| Hermes | Full ambient lane through provider space, space_by_identity, space_template, or fallback NMEM_SPACE |
Use space for one stable lane, space_by_identity for a small explicit map, space_template for one lane per Hermes identity. |
| Alma | Full ambient lane through plugin nowledgeMem.space, plugin nowledgeMem.spaceTemplate, or fallback NMEM_SPACE |
Use space for one Alma profile per lane. Use spaceTemplate only when your launcher already exports a trustworthy lane variable. |
| Bub | Full ambient lane through NMEM_SPACE |
Treat Bub as one process-wide lane. If you need separate lanes, run separate Bub processes or profiles. |
| OpenClaw | Full ambient lane through plugin space, plugin spaceTemplate, or fallback NMEM_SPACE, preserved across CLI memory calls and API-backed thread/feed paths |
Use space for one stable profile. Use spaceTemplate only when the launcher already exports the lane signal. Do not fake per-agent routing if the runtime does not expose identity. |
| OpenCode | Full ambient lane through NMEM_SPACE, preserved across CLI memory calls and HTTP session save |
Set one NMEM_SPACE when the OpenCode process belongs to one real lane. |
| Cursor | Partial today | sessionStart and handoff flows can follow NMEM_SPACE, but MCP tool calls still need Cursor/runtime support to forward space_id. |
| Raycast | One fixed lane through Raycast preferences or shared config | Use one named space when that launcher profile always belongs to one lane. Leave it empty to stay on Default. |
| Browser extension | One fixed lane through extension settings | Use one named space when that browser profile always belongs to one lane. Leave it empty to stay on Default. |
| Generic MCP-only hosts | Usually default lane only today | Keep using Default unless the host can explicitly pass space_id. |
What the space profile means is the same everywhere:
Built by Nowledge Labs