Skip to content

nowledge-co/community

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

143 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nowledge Community

Nowledge Community Logo

Community integrations for Nowledge Mem

Discord Docs


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.
Gemini CLI git clone https://github.com/nowledge-co/nowledge-mem-gemini-cli.git then cd nowledge-mem-gemini-cli && gemini extensions link . Gemini-native context, hooks, commands, and skills for Working Memory, routed recall, real thread save, and handoff summaries.
Cursor Plugin Use the packaged Cursor plugin directory with Cursor's plugin workflow 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.
Raycast Extension Search Nowledge in Raycast Extension Store Search memories from Raycast launcher.
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://localhost: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