pubmed-gemini-extension
Verified Safeby 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
node pubmed-wrapper.jsSecurity 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
gemini-cli
Provides an A2A (Agent-to-Agent) server for the Gemini CLI, enabling external agents to interact with and utilize the CLI's capabilities for executing tasks and accessing tools.
adk-docs-ext
Provides up-to-date documentation for the Agent Development Kit (ADK) to the Gemini CLI, allowing the Gemini model to answer ADK-related questions accurately.
gemini-research-mcp
An AI-powered research server utilizing Gemini models for both quick web searches with citations and comprehensive multi-step deep research, including query clarification and follow-up capabilities.
zotero-keeper
AI-powered management and organization of local Zotero bibliographic references, enabling search, import, and basic library analytics through AI agents like VS Code Copilot or Claude Desktop.