yonro/xmemo-deepseek-plugin ↗★ 0
dsh-xmemo
Native DeepSeek Harness (dsh) plugin: hybrid local and XMemo cloud memory for Cordis-based agents.
安装
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:yonro/xmemo-deepseek-plugin说明文档
阅读完整 README ↗XMemo for DeepSeek Harness
Native local-first + cloud memory for dsh.
Hybrid local storage with an offline durable write queue, plus real OAuth 2.1
login — reimplemented as an ordinary Cordis plugin instead of a thin MCP bridge.
[](https://github.com/yonro/xmemo-deepseek-plugin/blob/a998992f5fcb986f02b590cdf40bf7035c8f7e01/LICENSE)
[](https://github.com/yonro/xmemo-deepseek-plugin/stargazers)
[Quick start](#quick-start) ·
[Auth](#auth) ·
[Config](#config) ·
[Web GUI card](#web-gui-card) ·
[Tools](#tools) ·
[Capabilities](#capabilities-and-boundaries) ·
[Limitations](#known-limitations)
A native DeepSeek Harness (dsh) plugin: hybrid
local + XMemo cloud memory, with offline durable write queuing, active state,
timeline, TODOs, decisions, and restart snapshots — the same tool surface as
xmemo-cindy-plugin, reimplemented as an ordinary
Cordis plugin instead of going through Cindy's host-specific plugin protocol.
This plugin talks directly to the MemoryOS REST API (the actual backend behind XMemo) and keeps
its own local store, rather than going through XMemo's hosted MCP server (https://xmemo.dev/mcp)
— dsh can also reach XMemo the MCP way via the harness's own @deepseek-ai/dsh-mcp-client bridge,
but this repo is the deeper, native alternative. Endpoint paths, request/response field names, and
the auth header were verified against the MemoryOS source, not guessed from another client —
including live, end-to-end verification of the OAuth flow against production .