nowledge-mem
v0.1.36Your Codex agent remembers past decisions, finds relevant context, and learns from every session, across all your AI tools.
177 GitHub starsUpdated 4 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 6 skill or MCP entries
- Source updated
- Sep 20, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install nowledge-mem for Codex
codex plugin marketplace add nowledge-co/community
codex plugin marketplace upgrade nowledge-community
codex plugin add nowledge-mem@nowledge-communityPaste and run these commands in a terminal with Codex. They add and refresh the nowledge-community catalog, then install this plugin.
Compatibility: the page URL and API slug “nowledge-mem-3” remain stable.
- Codex:
nowledge-mem-3@agent-plugin-marketplace→nowledge-mem@nowledge-community
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/nowledge-co/communityClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is nowledge-mem-codex-plugin/.
Plugin files
├── .codex-plugin/plugin.json├── skills/distill-memory/SKILL.md├── skills/save-thread/SKILL.md├── skills/search-memory/SKILL.md├── skills/status/SKILL.md├── skills/working-memory/SKILL.md└── .mcp.json
Included Skills5
Save key decisions, procedures, or learnings so the user never has to rediscover them. Trigger when a significant decision is made, a non-obvious procedure is found, or a lesson is learned. Do not wait to be asked.
Save the current Codex session so the user can find it later or resume from another tool. Trigger only when the user explicitly asks to save or preserve this conversation.
Search cross-tool Nowledge memories and threads for prior decisions, procedures, learnings, or exact history. Trigger for continuation, reviews, regressions, releases, rationale, or recall language even if Codex local Memory already shows a related summary.
Check whether Nowledge Mem is reachable and working. Trigger when memory commands fail, the user asks about Mem status, or during first-time setup.
Load cross-tool Nowledge context at session start. Shows current work, priorities, and unresolved flags. Codex local Memory is separate and does not replace this context; also trigger when resuming or when the user asks what am I working on.
MCP servers1
- url
- http://127.0.0.1:14242/mcp
Plugin manifests1
{
"name": "nowledge-mem",
"version": "0.1.36",
"description": "Your Codex agent remembers past decisions, finds relevant context, and learns from every session, across all your AI tools.",
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"hooks": "./hooks/hooks.json",
"interface": {
"displayName": "Nowledge Mem",
"shortDescription": "Memory that follows you across AI tools",
"developerName": "Nowledge Labs",
"category": "Productivity",
"capabilities": [
"Read",
"Write"
],
"websiteURL": "https://mem.nowledge.co",
"defaultPrompt": [
"What was I working on?",
"What do we know about this from before?",
"Save the key takeaways from this session."
]
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[nowledge-mem on Agent Plugins Marketplace](https://pluginsmp.com/plugins/nowledge-mem-3)