mem0
v0.3.0-selfhosted.19+codex.20260825094553面向 Codex 的 Mem0 自托管长期记忆插件。
By Mem0 自托管适配License: Apache-2.00 GitHub starsUpdated 2 hours ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 16 skill or MCP entries
- Source updated
- Aug 25, 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 plugin
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add mem0@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/devkitio/mem0-codex-self-hosted-marketplaceClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/mem0/.
Plugin files
├── .codex-plugin/plugin.json├── skills/context-loader/SKILL.md├── skills/dream/SKILL.md├── skills/export/SKILL.md├── skills/forget/SKILL.md├── skills/health/SKILL.md├── skills/import/SKILL.md├── skills/list-projects/SKILL.md├── skills/mem0/SKILL.md├── skills/memory-reviewer/SKILL.md├── skills/onboard/SKILL.md├── skills/peek/SKILL.md├── skills/pin/SKILL.md├── skills/remember/SKILL.md├── skills/stats/SKILL.md├── skills/switch-project/SKILL.md└── skills/tour/SKILL.md
Included Skills16
在开始新任务或切换上下文时,从自托管 Mem0 检索当前项目的相关长期记忆。
合并重复记忆、处理矛盾并清理陈旧内容,用于整理自托管 Mem0 项目记忆。
将当前项目的自托管 Mem0 记忆导出为可迁移的 Markdown 文件。
按查询或记忆 ID 删除自托管 Mem0 记忆,并在删除前要求确认。
诊断自托管 Mem0 的连接、令牌、工具清单和真实读写能力。
从 Mem0 Markdown 导出文件或 MEMORY.md 向自托管 Mem0 导入项目记忆。
根据自托管 Mem0 可返回的记忆,列出可见项目和记忆数量。
Mem0 Python 与 TypeScript SDK 参考,用于编写应用集成代码;插件自身运行时使用自托管 MCP。
审查自托管 Mem0 中重复、矛盾、陈旧和低质量的项目记忆。
为当前项目完成自托管 Mem0 初始检查、连接验证和可选项目资料导入。
快速按查询或 ID 查看自托管 Mem0 中的项目记忆。
通过 metadata 和兼容正文标记在自托管 Mem0 中置顶或取消置顶关键记忆。
将用户明确要求记住的决定、偏好、约定或经验保存到自托管 Mem0。
显示自托管 Mem0 当前项目的记忆数量、时间分布和查询延迟。
切换当前工作区的 Mem0 范围,并处理自动派生的私有跨机器 project_id 或旧范围迁移。
浏览自托管 Mem0 当前项目的全部可见记忆,并按正文分类展示。
Plugin manifests1
{
"name": "mem0",
"version": "0.3.0-selfhosted.19+codex.20260825094553",
"description": "面向 Codex 的 Mem0 自托管长期记忆插件。",
"author": {
"name": "Mem0 自托管适配"
},
"homepage": "https://github.com/devkitio/mem0-codex-self-hosted-marketplace",
"repository": "https://github.com/devkitio/mem0-codex-self-hosted-marketplace",
"license": "Apache-2.0",
"keywords": [
"memory",
"self-hosted",
"mcp",
"codex"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "Mem0 自托管版",
"shortDescription": "通过私有 Mem0 服务保存和检索长期记忆",
"longDescription": "连接用户自托管的 Mem0 MCP,自动导入项目规则、补齐项目范围、按提示或文件检索上下文、回忆历史错误,并在每轮结束或压缩前提取长期记忆。",
"developerName": "Mem0 自托管适配",
"category": "Productivity",
"capabilities": [
"Read",
"Write"
],
"defaultPrompt": [
"搜索与当前项目有关的长期记忆",
"记住我刚才确认的项目决定",
"检查自托管 Mem0 是否工作正常"
],
"brandColor": "#FBBF24",
"logo": "./assets/logo.svg"
}
}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.
[mem0 on Agent Plugins Marketplace](https://pluginsmp.com/plugins/mem0)