Skip to content
Zed

studydiff for Zed

io.github.nickjlamb/studydiff

Explain why two scientific papers disagree, every claim grounded in a verbatim source quote.

client:Zed transport:stdio runtime:npm

Install studydiff in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "studydiff": {
      "command": "npx",
      "args": [
        "-y",
        "studydiff-mcp"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>",
        "NCBI_EMAIL": "<NCBI_EMAIL>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

studydiff in other clients