The canonical source of truth for all integrations is integrations.json. Capabilities, install commands, transport, tool naming, and thread save methods are tracked there. Update the registry first when adding or modifying integrations.
For behavioral guidance (when to search, save, read Working Memory), see shared/behavioral-guidance.md. For plugin authoring rules, see docs/PLUGIN_DEVELOPMENT_GUIDE.md.
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, and automatic session capture. |
| 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, hooks, commands, and skills for Working Memory, routed recall, real thread save, 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 | Search Nowledge Mem in Cursor Marketplace |
Cursor-native plugin package with bundled MCP config, rules, Working Memory, routed recall, distillation, and honest save-handoff semantics. |
| Codex Prompts | Copy AGENTS.md to your project |
Codex-native workflow pack for Working Memory, routed recall, real session save, and distillation. |
| OpenClaw Plugin | openclaw plugins install @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. |
| 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://localhost:14242/mcp",
"type": "streamableHttp"
}
}
}See mcp.json for the reference config.
- Nowledge Mem running locally
nmemCLI on your PATH: if Mem is running on the same machine, install it from Settings > Preferences > Developer Tools > Install CLI in the app, or usepip install nmem-clifor a standalone setup
nmem status # verify Nowledge Mem is runningBuilt by Nowledge Labs
