bioevidence-mcp

mihir19/bioevidence-mcp
★ 0 stars Python API Integration Updated today
BioEvidence MCP — Evidence-grounded biomedical retrieval and summarization server
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "bioevidence-mcp": {
      "command": "uvx",
      "args": [
        "bioevidence-mcp"
      ]
    }
  }
}

Or install with pip: pip install bioevidence-mcp

README Excerpt

Evidence-grounded biomedical retrieval and summarization through the Model Context Protocol. Repository: [github.com/mihir19/bioevidence-mcp](https://github.com/mihir19/bioevidence-mcp) The distribution name is `bioevidence-mcp`. The Python import namespace remains `bioreason` for backward compatibility with existing integrations.