mgi-link
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mgi-linkWhat phenotypes are associated with the Wt1 gene?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mgi-link
An MCP (Model Context Protocol) / API server that grounds mouse-genetics work in Mouse Genome Informatics (MGI, informatics.jax.org). It reproduces the data on an MGI gene/marker page — especially Mutations, Alleles, and Phenotypes — for LLM agents.
mgi-link is a sibling of hgnc-link, gnomad-link, uniprot-link, and
gencc-link and shares their architecture: a local SQLite index built from the
MGI bulk reports, refreshed by cron, served over a structured MCP surface.
Why
The MGI gene page (e.g. Wt1, MGI:98968)
is a rich JS app with no clean JSON API. mgi-link rebuilds that surface from
MGI's canonical bulk data reports into a fast, offline, deterministic index and
exposes it as MCP tools with structured outputs, response-mode verbosity
control, and _meta.next_commands chaining.
Related MCP server: BioContextAI Knowledgebase MCP
Tools
Tool | Purpose |
| Resolve a mouse symbol / MGI id / human ortholog → canonical marker |
| Full marker record: location, xrefs, ortholog, summary counts |
| FTS over marker symbol / name / synonyms |
| Mutations & Alleles + generation-method category counts |
| MP annotations (allelic composition, background, PubMed) + summary |
| The 27-system Phenotype Overview grid |
| Human-mouse disease models (DO/OMIM) |
| Mouse ↔ human ortholog (HGNC/Entrez/Ensembl/OMIM) |
| Mammalian Phenotype ontology term (parents/children/systems) |
| FTS over MP terms |
| Reverse: MP term → mouse genes (descendants included) |
| Discovery |
Data sources
The local index is built from the MGI bulk reports at
https://www.informatics.jax.org/downloads/reports/:
MRK_List2, MGI_PhenotypicAllele, MGI_GenePheno, VOC_MammalianPhenotype,
MPheno_OBO.ontology, HOM_MouseHumanSequence, MGI_DO (+ MRK_ENSEMBL).
A live MouseMine (InterMine) enrichment client is reserved for v2.
Quick start
make install # uv sync --group dev
make data # download the MGI reports and build the local SQLite index
make dev # run the unified server (FastAPI /health + MCP /mcp)
make mcp-serve # run the stdio MCP server
make test # run the test suiteRegister with Claude:
claude mcp add mgi-link -- uv run mgi-link-mcpData & license
MGI data are freely available for research use; please cite MGI / The Jackson Laboratory. The Mammalian Phenotype Ontology is licensed CC BY 4.0. Research use only; not for clinical decision support, diagnosis, treatment, or patient management.
Development
make ci-local is the definition-of-done gate (format-check, lint, 500-line
budget, mypy strict, tests). See AGENTS.md for engineering conventions and
docs/ for architecture and deployment.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/berntpopp/mgi-link'
If you have feedback or need assistance with the MCP directory API, please join our Discord server