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 分析

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

パッケージ
dsh-nocturne-memory
バージョン
0.1.1
ライセンス
MIT
最終更新
2026/08/13

インストール

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

ドキュメント

README 全文を読む ↗

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)