Skip to main content
ClaudeWave

50+ biomedical databases unified behind one MCP endpoint

MCP ServersOfficial Registry0 stars0 forksHTMLUpdated today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/gucci10248/JEFFREY
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/gucci10248/JEFFREY and follow its README for install instructions.
Use cases

MCP Servers overview

# BioMCP · Biomedical MCP Server

> **One command. 50+ biomedical databases.** Genes, variants, drugs, trials, papers, pathways — all through a single MCP endpoint.

BioMCP is a production-grade [MCP (Model Context Protocol)](https://modelcontextprotocol.io/) server that unifies PubMed, ClinicalTrials.gov, ClinVar, gnomAD, OncoKB, Reactome, KEGG, UniProt, PharmGKB, OpenFDA, GWAS Catalog, and 40+ other biomedical sources behind one consistent API.

---

## Quickstart

```bash
# Option A: Pull from Docker Hub (recommended)
docker pull jackgucci/biomcp:latest
docker compose up -d

# Option B: Build from source
git clone https://github.com/gucci10248/JEFFREY.git && cd JEFFREY
cp .env.example .env
bash build.sh
docker compose up -d

# 4. Test
curl http://localhost:8080/health
```

Your MCP server is live at `http://localhost:8080/mcp`.

---

## Connecting MCP Clients

### Claude Desktop
```json
{
  "mcpServers": {
    "biomcp": {
      "type": "streamableHttp",
      "url": "http://localhost:8080/mcp"
    }
  }
}
```

### Hermes Agent
```yaml
# ~/.hermes/config.yaml
mcp:
  servers:
    biomcp:
      type: streamableHttp
      url: http://localhost:8080/mcp
      enabled: true
```

### Any SSE-compatible client
```
SSE endpoint: http://localhost:8080/mcp
```

---

## What You Can Query

| Entity | Example |
|--------|---------|
| **Gene** | `get gene BRAF` |
| **Variant** | `get variant "BRAF V600E"` |
| **Drug** | `search drug --indication hypertension` |
| **Disease** | `get disease melanoma` |
| **Article** | `search article -k "AMI biomarkers" --type review` |
| **Trial** | `search trial -c "type 2 diabetes"` |
| **Pathway** | `search pathway "MAPK signaling"` |
| **Phenotype** | `search phenotype "seizure, developmental delay"` |
| **GWAS** | `search gwas -g APOE` |
| **Gene Set Enrichment** | `enrich TP53,EGFR,BRAF` |

Full command reference: `docker exec biomcp biomcp list`

---

## Data Sources

PubMed · Europe PMC · PubTator3 · LitSense2 · ClinicalTrials.gov · ClinVar · gnomAD ·
OncoKB · OpenFDA · CDC VAERS · MyGene · MyVariant · MyChem · Enrichr · KEGG ·
Reactome · UniProt · PharmGKB · CPIC · DDInter · Monarch · GWAS Catalog ·
DisGeNET · AlphaGenome · EMA · WHO Prequalification · NCBI GTR · cBioPortal

---

## Pricing

| Plan | Price | What You Get |
|------|-------|--------------|
| **Community** | Free | Local deployment, no API keys needed |
| **Pro** | $9.99/mo | Pre-configured NCBI API key, priority support |
| **Team** | $49.99/mo | 5 seats, all Pro features, shared API key pool |

> [View full pricing →](https://biomcp.io/pricing)

---

## Security

- ✅ **Read-only** — no mutation of external data sources
- ✅ **Non-root** container — runs as unprivileged `biomcp` user
- ✅ **Minimal attack surface** — single static binary, no runtime dependencies
- ✅ **Read-only root filesystem** — `docker compose` enforces `read_only: true`
- ✅ **No telemetry** — zero outbound calls except to public biomedical APIs
- ✅ **SHA256-verified** — `build.sh` verifies binary checksum from GitHub Releases

---

## Health & Monitoring

```bash
curl http://localhost:8080/health    # API connectivity status
curl http://localhost:8080/readyz    # 200 = ready to serve
curl http://localhost:8080/          # Welcome page
```

---

## Requirements

- Docker 24+ & Docker Compose v2
- ~200MB disk (image + volumes)
- Outbound internet access to public biomedical APIs

---

## License

Apache 2.0

What people ask about JEFFREY

What is gucci10248/JEFFREY?

+

gucci10248/JEFFREY is mcp servers for the Claude AI ecosystem. 50+ biomedical databases unified behind one MCP endpoint It has 0 GitHub stars and was last updated today.

How do I install JEFFREY?

+

You can install JEFFREY by cloning the repository (https://github.com/gucci10248/JEFFREY) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is gucci10248/JEFFREY safe to use?

+

gucci10248/JEFFREY has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains gucci10248/JEFFREY?

+

gucci10248/JEFFREY is maintained by gucci10248. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to JEFFREY?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy JEFFREY to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: gucci10248/JEFFREY
[![Featured on ClaudeWave](https://claudewave.com/api/badge/gucci10248-jeffrey)](https://claudewave.com/repo/gucci10248-jeffrey)
<a href="https://claudewave.com/repo/gucci10248-jeffrey"><img src="https://claudewave.com/api/badge/gucci10248-jeffrey" alt="Featured on ClaudeWave: gucci10248/JEFFREY" width="320" height="64" /></a>

More MCP Servers

JEFFREY alternatives