AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified CC0-1.0 Self-run

Awesome Deepseek Harness

mcp-0xsline-awesome-deepseek-harness · by 0xsline

DeepSeek Harness (DSH) ecosystem: curated plugins, tools, and infrastructure from dsh-external/hub and the public dsh-plugin topic.

No reviews yet
0 installs
29 views
0.0% view→install

Install

$ agentstack add mcp-0xsline-awesome-deepseek-harness

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access Used
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-0xsline-awesome-deepseek-harness)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Awesome Deepseek Harness? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

English  |   简体中文

Awesome DeepSeek Harness [](https://awesome.re)

Install    Contribution guide    DeepSeek Docs    Public plugin topic    Issues    完整目录   

Curated DeepSeek Harness (DSH) ecosystem: plugins, tools & infrastructure. Sources: dsh-external/hub catalog and the public GitHub dsh-plugin topic.

> Note: the GitHub dsh-plugin topic is public; some dsh-external repository links may still require org access.

Contents

  • [Install](#install)
  • [Core](#core)
  • [Context & Search](#context--search)
  • [Input & Editing](#input--editing)
  • [UI & Experience](#ui--experience)
  • [IDE & Clients](#ide--clients)
  • [Browser & Remote](#browser--remote)
  • [Models & Inference](#models--inference)
  • [Git & Engineering](#git--engineering)
  • [Output & Deliverables](#output--deliverables)
  • [Notifications & Channels](#notifications--channels)
  • [Fun & Lifestyle](#fun--lifestyle)
  • [Infrastructure & Development](#infrastructure--development)
  • [Science & Research](#science--research)
  • [Related](#related)
  • [Thanks](#thanks)

Install

Install the official runtime with Node.js:

npx @deepseek-ai/dsh web

Install an external profile bundle with pnpm on your PATH:

dsh plugin --profile web add "github:owner/repo#ref"

dsh plugin forwards package operations to pnpm, so npm, Git/GitHub, local path, file: and link: package specs are supported. Only packages declaring dsh.bundle.patch become active profile layers; plain dependencies remain installed but inactive. Restart dsh --profile web after installing or updating a bundle.

The former &path: sub-path and Repository Plugin installation forms are not part of the current official bundle flow; use an installable package that declares dsh.bundle.patch.

Management panel: Settings → Plugins.

Core

Context & Search

  • billion-context-dsh - Model-driven context compression (ACP) for DeepSeek Harness, ported from billion-context-pi; the model decides when and what to compress.
  • context-vista - A right-side floating panel and /context command for DeepSeek Harness — a live donut chart of context token usage, allocation, and estimated cost.
  • dsh-context-doctor - See exactly what every request carries: token cost of the AGENTS.md chain, skill catalog and tool schemas, with duplicate/conflict detection and actionable pruning tips (Web UI gauge + contextaudit tool).
  • dsh-cot-summary - External Summary-CoT plugin workspace.
  • dsh-explain - Learning mode that explains each agent step (WIP).
  • dsh-file-mount - Incremental file mounting with read dedupe: mounted line ranges are never re-sent to the model, on-disk changes invalidate and remount, with a Mounted Files tab and token-savings accounting.
  • dsh-learn-everything - Feynman learning-mode plugin: teach → teach-back → judge → re-explain loop rendered as rich HTML lesson cards (mermaid diagrams + shiki code highlighting).
  • dsh-memory-vault - Cross-session memory vault: memoryremember / memoryrecall / memoryforget tools, latest entries injected into system-prompt assembly, Settings page (记忆库 / Memory).
  • dsh-session-search - Index-free read-only search across dsh/Codex/Claude Code/pi/OpenCode sessions.
  • cross-harness-cite - Cite past conversations across harnesses.
  • dsh-session-cluster - Session clustering.
  • session-chatlog - Session chat logs.
  • dsh-memoria - Memoria memory backend for dsh: 4 tools (observe/remember/search/recall) into a vector+graph memory layer (memoria) with namespace isolation, auto-write (turn-end observe + positive-feedback -> importance-5 remember) and hot-reload settings.
  • dsh-memory-evolve - Cross-session long-term memory + background self-evolution (5-track memory/git-branch awareness/skill evolution).
  • dsh-engram-relay - Built-in _*.
  • dsh-doctor - Profile health check: finds config fields a patch dropped by whole-config replacement, patches targeting missing entry ids, and tool-name collisions.
  • dsh-portable-launcher - One-click portable Windows launcher for the dsh Web UI: auto-installs Node.js and dsh, CN mirror fallback, retries and resume.
  • dshp - Profile manager: list, create, clone and diff profiles, and export a whole setup (bundle order, plugin versions, patch) as one portable file.
  • dsh-recommend - Transparent plugin rankings and recommendations: daily auto-fetched dsh-plugin topic data, open scoring model, rank/search/recommend tools and a settings-page leaderboard.
  • dsh-eval - Agent evaluation platform: benchmark YAML, headless dsh runs, trace-based metrics, scripted grading, and run compare/report.
  • dsh-session-cleaner - Delete sessions from a running web runtime: live store, workspace records, and on-disk artifacts (no restart needed).
  • dsh-mcp-panel - Read-only runtime management panel for the official DSH MCP client: connection status, registered tools, errors and reconnect counts via the /mcp command and a Settings tab, with sanitized display and enable/disable patch suggestions.

Science & Research

  • dsh-openmaic - Generate interactive OpenMAIC AI classrooms.
  • dsh-science - Claude Science-style research workbench: ReAct research-loop engine (research tools), versioned artifacts with provenance (artifact_ tools), and 10 science skills for genomics/pathogens/bioinformatics.

Related

Contributing

Please have a look at [contributing.md](contributing.md). Entry standard: repository + one-line description + link; the curated list is maintained by hand, the full index lives in hub.

Thanks

Thanks to the Linux Do community for the support and exchange.

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.