https://github.com/genomoncology/biomcp-examples
Example chats from running BioMCP for demonstrations
https://github.com/genomoncology/biomcp-examples
Last synced: 2 months ago
JSON representation
Example chats from running BioMCP for demonstrations
- Host: GitHub
- URL: https://github.com/genomoncology/biomcp-examples
- Owner: genomoncology
- License: mit
- Created: 2025-04-17T00:46:34.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-06-20T18:53:47.000Z (5 months ago)
- Last Synced: 2025-06-20T19:55:10.474Z (5 months ago)
- Size: 121 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mcp-servers - **biomcp-examples** - Example chats from running BioMCP for demonstrations `mcp` `git clone https://github.com/genomoncology/biomcp-examples` (đŹ Communication)
- awesome-mcp-servers - **biomcp-examples** - Example chats from running BioMCP for demonstrations `mcp` `git clone https://github.com/genomoncology/biomcp-examples` (đŹ Communication)
README
# BioMCPâExamples
A companion repository of **worked examples** that demonstrate how
the [BioMCP](https://github.com/genomoncology/biomcp) toolkit can be used (and
tested) by a variety of largeâlanguageâmodel "personas".
Each example poses a real biomedical question, records several independent
answers produced by different LLM systems, and includes thirdâparty judgment
runs so you can compare quality sideâbyâside.
## Why keep these examples?
- Build a public, reproducible corpus for benchmarking BioMCP and future MCPâcompatible agents.
- Provide readyâmade testbeds for debugging new tools, prompts, or evaluation pipelines.
- Offer concrete reference material for presentations and tutorials.
## Repository layout
```
biomcp-examples/
â README.md â you are here
â LICENSE â MIT, same as BioMCP
ââ researcher_hnscc/ â one experiment (HNSCC treatment strategies)
ââ example_*.md â answers produced by different models
ââ evals/ â judgment runs by Claude 3.7, Gemini 2.5 Pro, OpenAI o3
ââ README.md â experimentâspecific notes
```
## Adding a new experiment
Pull requests welcome! Please follow the MIT license and respect citations.
Create a folder at the repo root (e.g. `my_new_question/`) with:
- `README.md` â describe the question, prompt, model settings, etc.
- One or more `example_?.md` files with the raw model outputs.
- Optionally an `evals/` subâfolder with judge outputs.
## Experiments
| ID | Primary Question / Task | BioMCP capabilities exercised | Folder |
|----------------------|--------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------|
| **researcher_hnscc** | *âWhat are the emerging treatment strategies for head and neck cancer?â* | PubMed & ClinicalTrials.gov search, evidence aggregation, SequentialâThinking outer loop, tool chaining; judged by Claude 3.7, Gemini 2.5 Pro & OpenAI o3 | [researcher_hnscc](./researcher_hnscc/) |
*More rows to come â feel free to add yours!*
______________________________________________________________________
### License
This repository is released under the MIT License (see `LICENSE`).
### Maintainers
[@imaurer](https://github.com/imaurer) ⢠GenomOncology Engineering