Back to Home
avivlyweb icon

pubmed-gemini-extension

Verified Safe

by avivlyweb

Overview

Searches and analyzes medical research articles from PubMed with AI-powered evidence synthesis and trustworthiness scoring, accessible via a terminal-based Gemini CLI extension.

Installation

Run Command
node pubmed-wrapper.js

Security Notes

The installation process involves `curl | bash` which carries a risk if the GitHub source is compromised. The Python MCP server processes JSON-RPC requests via stdio and makes external calls to PubMed E-utilities. While standard library XML parsing (`ElementTree`) generally mitigates common XML exploits (like XXE) by default, it's a theoretical vector if PubMed's API responses were malicious. No obvious hardcoded secrets, `eval`, or direct arbitrary code execution from user input observed. Input validation is implicitly expected from the MCP framework and explicit in the Python logic, though direct string inputs to PubMed search could potentially impact NCBI if not fully sanitized by NCBI's API.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassMedium
Avg Tokens5000
Stars0
Forks0
Last Update2026-01-18

Tags

PubMedMedical ResearchAI AnalysisGemini CLIEvidence-Based Medicine