deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
PROJECT README
Connects DeepSeek Harness to Nocturne Memory: session-start boot protocol plus memory read / search / create / update, backed by your own Nocturne MCP server.
Port of pi-nocturne-memory — same protocol, same tool names.
| tool | what it does |
|---|---|
nocturne_boot |
load at session start: core memories + recent context + glossary |
nocturne_read |
read a memory by URI (system://…, core://agent, …) |
nocturne_search |
search memories by keywords (optional domain filter) |
nocturne_create |
create a memory node ([Baseline]/[Deviation]/[Result]/[Reusable judgment]) |
nocturne_update |
patch (old_string/new_string) or append to a memory |
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 <your token>
| 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) |
mcp_auth) and the MCP session is reused across tool calls — no re-handshake per call, nothing logged.npm install
npm run typecheck
npm test # SSE parsing / text extraction
npm run build
Live MCP test (reuses your pi Nocturne config):
node --import tsx tests/real/real-mcp.mjs
MIT
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。