Odel
clinical trial design

clinical trial design

Local
@wei-ai-lab2RApache-2.0Updated 4mo ago

Phase 2/3 clinical trial design via gsDesign / gsDesign2: sample size, GS boundaries, multiplicity

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmclinical-trial-designv0.0.12

Run

npx -y clinical-trial-design

MCP client config

{
  "mcpServers": {
    "clinical-trial-design": {
      "command": "npx",
      "args": [
        "-y",
        "clinical-trial-design"
      ]
    }
  }
}