Skip to content

hidoos/community

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

329 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nowledge Community

Nowledge Community Logo

Community integrations for Nowledge Mem

Discord Docs


Registry

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.

Integrations

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 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 Copy plugin to ~/.codex/plugins/cache/local/nowledge-mem/local/ and enable it in ~/.codex/config.toml Native Codex plugin with five composable skills for Working Memory, routed recall, real session save, and distillation.
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, save guidance, and clean nmem_ tools. 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.

Direct MCP

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.

Requirements

  • Nowledge Mem running locally
  • 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 setup
nmem status   # verify Nowledge Mem is running

Links


Built by Nowledge Labs

About

Community Repo for Nowledge Labs Products

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 55.2%
  • Python 32.2%
  • TypeScript 9.1%
  • Shell 3.5%