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
{
"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