DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Dejavu Memory — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

dsh-dejavu-memory

Dejavu Memory

DeepSeek Harness plugin: DejaVu memory client — automated long-term memory (boot/read/search/create/update/delete) backed by your own DejaVu MCP server.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add dsh-dejavu-memory@0.4.1
READMECompatibilityVersions

Compatibility and provenance

Dejavu Memory is published as dsh-dejavu-memory and currently resolves to version 0.4.1. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
npm
Registry updated
9/18/2026

Versions

0.4.1stable
9/18/2026
0.4.0stable
9/17/2026

Related plugins

Loading related plugins…

Latest
0.4.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
28.6 kB
Files
7
Surface
any
License
MIT
Source
npm
GitHub
★ 1
Weekly downloads
0
Last push
9/18/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in memory-context.

Mnemondsh-mnemonComposable three-tier memory control plane for DeepSeek Harness: persistent runtime context, searchable project documents, pluggable long-term memory, guarded strategies, WebUI, and headless tools.Memory@furongjun1999/dsh-memoryLingshu (Lingshu·líng shū) DeepSeek Harness plugin: a complete brain—long-term memory/knowledge flywheel/self-awareness/recursive reflection integrated with DSH, with conversations automatically distilled into the md_cg cognitive graph (md documents)Reme@agentscope-ai/remeReMe client and memory integrations for TypeScript agentsRewind Plugindsh-rewind-pluginIn-window conversation rewind with workspace file restore · 同窗口内对话回退并可还原工作区文件

README

dsh-dejavu-memory — long-term memory for DeepSeek Harness

dsh-dejavu-memory

Renamed: former npm/GitHub package dsh-noc-memory → dsh-dejavu-memory. Prefer this package; deprecate the old name when publishing.

Connects DeepSeek Harness to DejaVu: session-start boot + daily briefing, plus memory read / search / create / update / delete, backed by your own DejaVu MCP server on Cloudflare.

Port of pi-dejavu-memory — same protocol, same tool names.

English · 中文

Tools

toolwhat it does
noc_bootload at session start: system://boot, system://recent/5, system://triggers, then best-effort system://briefing; afterward read system://focus (recent is a briefing subset — no need to re-read it after boot)
noc_readread a memory by URI (system://…, noc://agent, …)
noc_searchsearch memories (semantic + keyword / trigger recall via search_memory)
noc_createcreate a memory node ([Baseline]/[Deviation]/[Result]/[Reusable judgment])
noc_updatefull replace, patch (old_string/new_string), or append; optional relation
noc_deletedelete a memory by URI (delete_memory)

Quick start

dsh plugin --profile web add dsh-dejavu-memory

Requires your own DejaVu server — deploy it to Cloudflare in minutes: DejaVu.

- id: dejavu
  name: dsh-dejavu-memory
  config:
    mcp_url: https://dejavu.example.com/mcp
    mcp_auth: ""  # prefer mcp_headers for Access service token

For a server behind Cloudflare Access (e.g. dejavu.example.com), use the service token headers instead of mcp_auth:

- id: dejavu
  name: dsh-dejavu-memory
  config:
    mcp_url: https://dejavu.example.com/mcp
    mcp_headers:
      CF-Access-Client-Id: <your client id>
      CF-Access-Client-Secret: <your client secret>
keyrequiredmeaning
mcp_urlyesyour DejaVu MCP endpoint (Streamable HTTP)
mcp_authnolegacy; prefer mcp_headers for Cloudflare Access service token
mcp_headersnoextra headers merged into every MCP request (e.g. Cloudflare Access service token)

Upgrading from dsh-noc-memory: package renamed to dsh-dejavu-memory. Remove the old plugin and re-add; point config id at dejavu.

Why noc_* (not DejaVu_*)?

Some agents probe read_mcp_resource before reaching for a memory tool, wasting a round trip (upstream issue #32). Explicit noc_boot / noc_read naming in the tool list and boot-protocol prompt steers models straight to the right tool — no resource shim required.

License

MIT

Related

  • DejaVu — the Cloudflare MCP memory server this plugin talks to
  • pi-dejavu-memory — same memory tools for Pi
  • DejaVu_memory — upstream project