codex-honcho
v0.1.1Persistent, cross-session memory for OpenAI Codex, powered by Honcho from Plastic Labs. Lifecycle hooks capture each session and inject the relevant context back at session start, so Codex remembers your preferences, projects, and decisions across restarts and context resets.
By Plastic LabsLicense: MIT48 GitHub starsUpdated 2 months ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Jul 16, 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 codex-honcho for Codex
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add codex-honcho@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
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/plastic-labs/codex-honchoClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json└── skills/honcho-memory/SKILL.md
Included Skills1
Persistent cross-session memory via Honcho — recall what you know about the user before working, and save durable insights after.
Plugin manifests1
{
"name": "codex-honcho",
"version": "0.1.1",
"description": "Persistent, cross-session memory for OpenAI Codex, powered by Honcho from Plastic Labs. Lifecycle hooks capture each session and inject the relevant context back at session start, so Codex remembers your preferences, projects, and decisions across restarts and context resets.",
"author": {
"name": "Plastic Labs",
"url": "https://plasticlabs.ai"
},
"homepage": "https://honcho.dev",
"repository": "https://github.com/plastic-labs/codex-honcho",
"license": "MIT",
"keywords": [
"codex",
"openai",
"honcho",
"memory",
"context",
"ai",
"llm",
"mcp"
],
"skills": "./skills/",
"interface": {
"displayName": "Codex Honcho",
"shortDescription": "Persistent cross-session memory for Codex, powered by Honcho.",
"longDescription": "Give Codex long-term memory that survives context resets, session restarts, and fresh conversations. Lifecycle hooks capture each session to Honcho and inject the relevant context back at session start, so Codex remembers what you are working on, your preferences, and the decisions you have made across every project. A bundled honcho-memory skill nudges Codex to recall and save actively, and the hosted Honcho MCP server (search, chat, get_peer_context, create_conclusions) lets it query and update memory mid-task. Conversations are queued to disk instantly and uploaded in the background, so capture never blocks your turn. Install via npm (npm install -g @honcho-ai/codex-honcho && codex-honcho install).",
"developerName": "Plastic Labs",
"category": "Productivity",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"websiteURL": "https://honcho.dev",
"composerIcon": "./assets/icon.svg",
"defaultPrompt": [
"What do you remember about me and what I'm working on?",
"Save this preference to memory so you remember it next 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.
[codex-honcho on Agent Plugins Marketplace](https://pluginsmp.com/plugins/codex-honcho)