aiyacharley/dsh-pubmed0

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.

包名
dsh-pubmed
版本
0.1.2
许可证
Apache-2.0
最近更新
2026年8月27日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:aiyacharley/dsh-pubmed

⚙️ 配置

bundle 运行时无需配置。可选环境变量(加入 profile 的 patch 行 config.env 或进程环境):

变量作用
NCBI_API_KEY提高 NCBI 限流(10 req/s 而非 3 req/s)
NCBI_ADMIN_EMAILNCBI 建议的联系邮箱
EUROPEPMC_ENABLED控制 Europe PMC 相关工具

无 API key 时插件内置全局 350ms 请求队列(并行调用也会串行化),避免触发 NCBI 429; 建议配置 NCBI_API_KEY 将限流提升至 10 req/s。