npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@cooolr/mcp-med-research-logic

v1.1.0

Published

医学科研思维逻辑 MCP Server — 9个Skill工具(提出/升级/解决科研问题、梳理机制链条、解读数据、临床⇄基础转化、AI机制化解释、重构研究设计)

Readme

@cooolr/mcp-med-research-logic

医学科研思维逻辑 MCP Server — 9 个结构化分析工具,帮助医学研究者系统化地提出、升级、解决科研问题。

Tools

| Tool | 功能 | 触发场景 | |------|------|---------| | propose_question | 提出科研问题 | 从临床现象/组学结果提炼因果机制问题 | | upgrade_question | 升级科研问题 | 将问题从现象层提升到机制/转化层 | | solve_question | 解决科研问题 | 拆解为阶段化研究路径 | | check_mechanism | 梳理机制链条 | 检查上游→中介→执行→表型逻辑完整性 | | interpret_data | 解读研究数据 | 从组学/统计结果提炼机制线索 | | clinical_to_basic | 临床→基础反推 | 从临床痛点反推基础机制方向 | | basic_to_clinical | 基础→临床转化 | 提炼标志物/靶点/模型等转化价值 | | explain_ai_model | 机制化解释AI | 将模型变量与病理机制连接 | | redesign_study | 重构研究设计 | 按科学问题重组研究各阶段 |

安装

npm install -g @cooolr/mcp-med-research-logic

配置

Claude Code

settings.json 中添加:

{
  "mcpServers": {
    "med-research-logic": {
      "command": "npx",
      "args": ["-y", "@cooolr/mcp-med-research-logic"]
    }
  }
}

Claude Desktop

claude_desktop_config.json 中添加:

{
  "mcpServers": {
    "med-research-logic": {
      "command": "npx",
      "args": ["-y", "@cooolr/mcp-med-research-logic"]
    }
  }
}

设计理念

每个 Tool 封装了一套结构化科研思维方法论:

  • 强因果导向:追问因果位置,不满足于相关性
  • 强链条意识:临床问题→机制假设→关键节点→验证路径→转化意义
  • 强临床转化意识:基础研究必须回答临床问题
  • 强批判性:发现逻辑跳步、链条断裂时明确指出
  • 质量自检:每个 Tool 输出附带自检清单

License

MIT