# MemOS — DeepSeek Harness 插件安装清单

> 生成时间: 2026-09-13 19:09 · 数据来源: https://deepseekmodel.com/plugins

## 插件简介

为 Agent 提供持久记忆与自我进化能力的记忆系统，在 DSH 中实现自动召回与后台记忆沉淀。

## 能力要点

- 在 DeepSeek Harness 中自动召回相关记忆，无需手动拼接上下文
- 后台持续沉淀记忆，支持混合检索与本地记忆查看器
- 同一套 MemOS 核心可复用于不同 Agent 生态，跨任务复用技能

## 插件信息

| 分类 | 维护者 | GitHub 星标 | 许可证 | 主要语言 | 最近推送 |
| --- | --- | --- | --- | --- | --- |
| 记忆 | MemTensor | 11,250 | Apache-2.0 | TypeScript | 2026-09-09 |

## 安装方式

```bash
dsh plugin add github:MemTensor/MemOS
```

## 安装步骤

1. 安装并启动 DeepSeek Harness（DSH，MIT 开源 Agent 运行时） — `npx @deepseek-ai/dsh web`
2. 在终端执行上面的命令，CLI 会解析插件并核验来源
3. 用 dsh plugins list 确认已安装，必要时重启 Harness

> 需要固定版本时，可在仓库地址后追加 #commit。

## 安装前请审计

插件以当前 dsh 进程的权限运行，安装时可能执行代码。请先通读仓库源码与许可证，确认没有破坏性命令与越权访问；需要可复现安装时固定 commit 哈希。本清单由 DeepseekModel 从公开插件目录整理，仅供参考，不对第三方插件安全性作担保。

---

- 代码仓库: https://github.com/MemTensor/MemOS
- 插件详情页: https://deepseekmodel.com/plugin-detail?id=memos
- 数据来源: https://deepseek-harness-plugin.com/zh-CN/plugins/ · 生成时间 2026-09-13
