Skip to content
Gemini CLI

preprint fulltext for Gemini CLI

io.github.genecell/preprint-fulltext

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

client:Gemini CLI transport:stdio runtime:pypi

Install preprint fulltext in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

{
  "mcpServers": {
    "preprint-fulltext": {
      "command": "uvx",
      "args": [
        "preprint-fulltext"
      ],
      "env": {
        "CONTACT_EMAIL": "<CONTACT_EMAIL>",
        "OPENALEX_API_KEY": "<OPENALEX_API_KEY>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

preprint fulltext in other clients