Memory & Context plugins

DSH memory plugins give DeepSeek Harness persistent recall across sessions — storing notes, indexing a codebase or knowledge base, and retrieving the right context back into a conversation.

1 reviewed · 127 cataloged

Recommended projects

Cataloged projects

Repositories with traceable evidence of a DeepSeek Harness relationship. They have not been reviewed, install tested, or security checked — the signal below each one is the whole of what the registry currently knows.

How cataloging works

dsh-nocturne-memory

RealAlexandreAI
Cataloged

dsh memory: Nocturne Memory client for DeepSeek Harness

README documents a DSH install command Package metadata declares a DSH dependency
Cataloged

Automatic cross-session GoodMemory recall and writeback for DeepSeek Harness

README documents a DSH install command Package metadata declares a DSH dependency

dsh-memory

zhouzhencheng07
Cataloged

Cross-session memory for DeepSeek Harness (dsh): Auto-Memory per-turn capture, memory_search, Dream consolidation

README documents a DSH install command Package metadata declares a DSH dependency
Cataloged

TMCRA × DeepSeek Harness:跨软件、跨会话召回与更新项目记忆,切换工具无需重新介绍项目。

README documents a DSH install command Package metadata declares a DSH dependency
Cataloged

agent memory plugin based on CLP

Package metadata declares a DSH dependency
Cataloged

DSH 自主性切换器:五档滑块按会话调节模型自主性(严格遵循 → 天马行空),提示词注入即时生效、每会话独立记忆

README documents a DSH install command Package metadata declares a DSH dependency
Cataloged

A native-feeling, cross-tool memory plugin for DeepSeek Harness.

README documents a DSH install command

Memory & Context plugins: common questions

What is a DSH memory plugin?
A plugin that stores information outside a single conversation and retrieves it later, so context survives restarts.
Where is memory stored?
It depends on the plugin. Some use a local file or database, others a hosted vector store. Check the declared permissions on each record.
Does memory replace a longer context window?
No. It selects what to bring back into a limited window, which is a different problem from having a larger one.