DeepSeek Harness plugin

deepseek-knowz-plugin

Knowz vaults for DeepSeek Harness: hosted MCP plus slim vault skills

Jump to install

Source facts

Repository
knowz-io/deepseek-knowz-plugin
Latest update
Aug 17, 2026
Category
Tools & Capabilities
GitHub stars
0
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/knowz-io/deepseek-knowz-plugin
Plugin: deepseek-knowz-plugin
Author: knowz-io

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer3 files
README.mdSource · read only

Knowz

Knowz AI plugin for DeepSeek Harness. Product name: Knowz. Publisher: Knowz AI.

Connects agents to hosted Knowz vaults over MCP. This plugin is knowledge only. For TDD / quality gates, install KnowzCode separately — do not merge the two.

Official discovery is the GitHub topic dsh-plugin. There is no DeepSeek store.

Install

dsh plugin --profile web add github:knowz-io/deepseek-knowz-plugin

Then create a ukz_ key at https://app.knowz.io/settings/api-keys, set KNOWZ_API_KEY in the environment or $DSH_HOME/.credentials.yaml, and restart dsh web.

export KNOWZ_API_KEY=ukz_…

Do not paste API keys in chat. Do not run /knowz register on an existing Knowz account — that creates a new account. /knowz register is not the existing-user login path.

Package id: dsh-knowz.

Auth

The shipped MCP row interpolates process.env.KNOWZ_API_KEY into Authorization: Bearer. Export + restart is the path that attaches the header. $DSH_HOME/.credentials.yaml is the DSH-managed store; it is not automatically materialized into process.env.

OAuth is not in this first slice.

Personal + business tenants: two MCP rows with unique serverName values and two env refs. Same URL https://mcp.knowz.io/mcp is fine. Duplicate serverName fails at load. See [MULTI-ACCOUNT.md](./MULTI-ACCOUNT.md).

MCP

Official client: @deepseek-ai/dsh-mcp-client. Hosted endpoint: https://mcp.knowz.io/mcp (HTTP JSON-RPC / streamable HTTP).

No secrets, CLIENT_ID, literal bearer token, or x-api-key in this package.

After the key is set, ask the agent to run the knowz-setup skill to map vaults.

Skills

knowz-ask, knowz-save, knowz-search, knowz-browse, knowz-amend, knowz-setup, knowz-status, knowz-flush, knowz-auto

DeepSeek Harness does not ship Cursor-style slash-command files. Ask the agent to run the skill by name.

License

MIT — publisher Knowz AI. Homepage: https://knowz.io