RealAlexandreAI/dsh-nocturne-memory1

dsh-nocturne-memory

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

AI Analysis

核心用途是连接自建的 Nocturne MCP 服务器以实现 DSH 的长期记忆管理。适合需要跨会话记忆持久化的用户。必要条件是需运行 Nocturne MCP 服务并配置其 URL。

Package
dsh-nocturne-memory
Version
0.1.1
License
MIT
Last updated
Aug 13, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:RealAlexandreAI/dsh-nocturne-memory

Quick start

dsh plugin --profile web add dsh-nocturne-memory

Requires your own Nocturne MCP server (see the Nocturne Memory project).

- id: nocturne-memory
  name: dsh-nocturne-memory
  config:
    mcp_url: http://localhost:PORT/mcp
    mcp_auth: Bearer 
keyrequiredmeaning
mcp_urlyour Nocturne MCP server URL
mcp_authMCP auth token (Authorization header, e.g. Bearer xxx)
protocol_versionMCP protocol version (default 2024-11-05)