dsh-pubmed
DSH plugin: PubMed / Europe PMC search, article metadata, full text, citations, MeSH and ID conversion for the DeepSeek Harness. Ports the capabilities of @cyanheads/pubmed-mcp-server into native DSH model tools.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:aiyacharley/dsh-pubmed说明文档
阅读完整 README ↗⚙️ 配置
bundle 运行时无需配置。可选环境变量(加入 profile 的 patch 行 config.env 或进程环境):
| 变量 | 作用 |
|---|---|
NCBI_API_KEY | 提高 NCBI 限流(10 req/s 而非 3 req/s) |
NCBI_ADMIN_EMAIL | NCBI 建议的联系邮箱 |
EUROPEPMC_ENABLED | 控制 Europe PMC 相关工具 |
无 API key 时插件内置全局 350ms 请求队列(并行调用也会串行化),避免触发 NCBI 429;
建议配置 NCBI_API_KEY 将限流提升至 10 req/s。