DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Mcp Context7 — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

dsh-mcp-context7

Mcp Context7

Context7 MCP for DeepSeek Harness: up-to-date library documentation and code examples

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add dsh-mcp-context7@0.2.1
READMECompatibilityVersions

Compatibility and provenance

Mcp Context7 is published as dsh-mcp-context7 and currently resolves to version 0.2.1. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
npm
Registry updated
9/20/2026

Versions

0.2.1stable
8/23/2026
0.2.0stable
8/22/2026
0.1.0stable
8/19/2026

Related plugins

Loading related plugins…

Latest
0.2.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
3.8 kB
Files
4
Surface
any
License
MIT
Source
npm
GitHub
★ 3
Weekly downloads
88
Last push
8/23/2026
View source ↗Project homepage ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in developer-tools.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Sdk Minimal@deepseek-ai/dsh-sdk-minimalThe standalone minimal SDK profile bundle: JSON-RPC, one DeepSeek adapter, persistent shell, and JSONL sessionsSdk App@deepseek-ai/dsh-sdk-appThe dsh SDK profile bundle: stdio JSON-RPC serving and process lifecycle over dsh-baseSubagent Codex@deepseek-ai/dsh-subagent-codexOne-shot Codex subagent provider over the official app-server protocol

README

dsh-mcp-context7

Context7 MCP for DeepSeek Harness. Connects the Context7 MCP server through the harness's @deepseek-ai/dsh-mcp-client bridge and exposes its tools as mcp__context7__*, giving the model up-to-date, version-specific library documentation and code examples.

Install

dsh plugin --profile web add dsh-mcp-context7
dsh web

Or follow GitHub (latest commit):

dsh plugin --profile web add github:pymodel/dsh-research-plugins#path:packages/dsh-mcp-context7

API key (optional)

Context7 works without a key. For higher rate limits, get a key at context7.com and expose it as an env var or in a .env file:

CONTEXT7_API_KEY=...

The row stays enabled either way; an empty key simply means keyless.

Tools

The model sees the Context7 tools under the context7 namespace (for example mcp__context7__resolve-library-id and mcp__context7__query-docs).

Remove

dsh plugin --profile web remove dsh-mcp-context7

Do not commit real keys. If you already run your own Context7 MCP row, remove it first to avoid a duplicate serverName conflict.