跳到主要内容

dsh-mcp-context7

已验证

dsh-mcp-context7 · v0.2.1 · MIT

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

安装

dsh plugin add dsh-mcp-context7

dsh --profile default --dump-config 确认 layer 已生效 —— 参见安装指南

源码

发布到 npm 但没有公开仓库。安装前请检查包内容。

标签

说明文档

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.