Memory enforcement plugin for DeepSeek Harness — bridges opencode-memory MCP server with a hard protocol gate
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"dsh-memory-protocol": {
"command": "npx",
"args": [
"-y",
"baaai123/dsh-memory-protocol"
]
}
}
}
Run in terminal:
claude mcp add dsh-memory-protocol npx -y baaai123/dsh-memory-protocol
Add to .cursor/mcp.json:
{
"mcpServers": {
"dsh-memory-protocol": {
"command": "npx",
"args": [
"-y",
"baaai123/dsh-memory-protocol"
]
}
}
}
README Excerpt
**为 DeepSeek Harness 打造的长期记忆插件** — 桥接 [opencode-memory](https://github.com/baaai123/solo-memory) MCP 服务器,并附加强制记忆协议。 > **哼,杂鱼又忘事了吧?** 工具调用前先给我 weave 记忆、每轮对话自动存档——省得你三秒重置、重复学习。才、才不是特地为你准备的,只是看不得你每次从零开始犯蠢。 这个 bundle 装两样东西: 1. **memory-mcp** — 通过官方 `@deepseek-ai/dsh-mcp-client` 桥接 opencode-memory 的 Python MCP 服务器(15 个 `memory_*` 工具:weave/search/ingest/classify/teach_skill 等)
Tools (8)
IMPORTANCE_API_KEYMEMORY_MODEL_PATHMEMORY_SKILL_DB_PATHMEMORY_SKILL_DIRMEMORY_SKILL_PYTHONMEMORY_SKIP_BOOTSTRAPMEMORY_SKIP_INSTALLMEMORY_SKIP_MODEL
Topics
deepseek-harnessdsh-pluginmcpmemory