npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

dsh-noc-memory

v0.3.2

Published

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

Readme

dsh-noc-memory

给 DeepSeek Harness 接上 Noc Memory 长期记忆:会话开始 boot + 每日简报,记忆读写/搜索/更新,后端是部署在 Cloudflare 上的 Noc Memory MCP 服务器。

pi-noc-memory 移植,协议与工具名完全一致。

English · 中文

工具

| 工具 | 说明 | |---|---| | noc_boot | 会话开始时加载:核心记忆 + 近期上下文 + 术语表 | | noc_briefing | 今日工作记忆简报(system://briefing)——近期活动、即将过期、冷候选 | | noc_read | 按 URI 读记忆(system://…noc://agent…) | | noc_search | 按关键词搜记忆(触发词召回优先,再 FTS) | | noc_create | 新建记忆节点(支持 [Baseline]/[Deviation]/[Result]/[Reusable judgment]) | | noc_update | patch(old_string/new_string)或 append 更新记忆;可选 relation 演变标记 |

快速开始

dsh plugin --profile web add dsh-noc-memory

需要你能连到自己的 Noc Memory 服务器——几分钟部署到 Cloudflare:cf-noc-mem

- id: noc-memory
  name: dsh-noc-memory
  config:
    mcp_url: https://mem.example.com/mcp
    mcp_auth: Bearer <你的 token>

| 键 | 必填 | 含义 | |---|---|---| | mcp_url | 是 | 你的 Noc Memory MCP 端点(Streamable HTTP) | | mcp_auth | 否 | 需要鉴权时填 Bearer <token> |

从 dsh-nocturne-memory(≤0.1.x)升级: 已改名为 dsh-noc-memory,工具名 nocturne_*noc_*。删除旧插件后重新添加新包;更新提示词里所有 nocturne_* 工具引用。

为什么叫 noc_(不叫 nocturne_)?

部分模型会先探测 read_mcp_resource 再调用记忆工具,浪费一次往返(上游 issue #32)。工具列表与 boot 协议提示词里显式的 noc_boot / noc_read 命名,能把模型直接引导到正确工具——无需 resource 兼容层。

License

MIT

相关