Skip to content

preprint fulltext for Zed

io.github.genecell/preprint-fulltext

bioRxiv/medRxiv/arXiv preprint full text as structured sections for AI agents + search.

client:Zed transport:stdio runtime:pypi

Install preprint fulltext 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": {
    "preprint-fulltext": {
      "command": "uvx",
      "args": [
        "preprint-fulltext"
      ],
      "env": {
        "CONTACT_EMAIL": "<CONTACT_EMAIL>",
        "OPENALEX_API_KEY": "<OPENALEX_API_KEY>"
      }
    }
  }
}

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

preprint fulltext in other clients