RealAlexandreAI/dsh-nocturne-memory ↗★ 1
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。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:RealAlexandreAI/dsh-nocturne-memoryREADME
Read the full 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
| key | required | meaning |
|---|---|---|
mcp_url | ✅ | your Nocturne MCP server URL |
mcp_auth | – | MCP auth token (Authorization header, e.g. Bearer xxx) |
protocol_version | – | MCP protocol version (default 2024-11-05) |