genefoundry
Rank #6,059io.github.berntpopp/genefoundry
MCP gateway federating 21 biomedical MCP servers behind one endpoint: gnomAD, ClinVar, HPO, VEP.
genefoundry is a Model Context Protocol (MCP) server published by berntpopp. It ranks #6,059 of 115,460 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. genefoundry is listed across 2 registries — Official MCP and Glama, with 6 tracked versions. It was first listed on Jun 13, 2026 and most recently updated on Aug 30, 2026.
Ranks ahead of 109,401 of 115,460 servers on MCP Toplist.
Use genefoundry
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http genefoundry https://genefoundry.org/mcp[mcp_servers.genefoundry]
url = "https://genefoundry.org/mcp"Add to ~/.codex/config.toml.
https://genefoundry.org/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"genefoundry": {
"url": "https://genefoundry.org/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"genefoundry": {
"type": "http",
"url": "https://genefoundry.org/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"genefoundry": {
"serverUrl": "https://genefoundry.org/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"genefoundry": {
"url": "https://genefoundry.org/mcp"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.berntpopp%2Fgenefoundry)<a href="https://mcptoplist.com/server/io.github.berntpopp%2Fgenefoundry"><img src="https://mcptoplist.com/badge/io.github.berntpopp%2Fgenefoundry.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
berntpopp
Other servers by berntpopp
- clingen-link#7,233 · 14 vers
- gencc-link#7,624 · 13 vers
- orphanet-link#7,681 · 12 vers
- hpo-link#7,798 · 13 vers
- mgi-link#7,926 · 11 vers
- hgnc-link#8,206 · 10 vers
- uniprot-link#8,390 · 10 vers
- metadome-link#8,529 · 9 vers
Available versions (6)
| Version | Published |
|---|---|
| 0.8.3 | Aug 30, 2026 |
| 0.8.1 | Aug 10, 2026 |
| 0.8.0 | Aug 7, 2026 |
| 0.7.5 | Aug 7, 2026 |
| 0.7.4 | Jul 30, 2026 |
| 0.6.10 | Jul 16, 2026 |
Frequently asked questions
- Who maintains genefoundry?
- genefoundry is maintained by berntpopp, which publishes 9 MCP servers (98 total versions) tracked on MCP Toplist.
- Is genefoundry listed on the Official MCP Registry?
- Yes — genefoundry is listed on the Official MCP Registry, alongside Glama.
- How many versions does genefoundry have?
- MCP Toplist tracks 6 versions of genefoundry, most recently published on Aug 30, 2026.
- Where can I find the source code for genefoundry?
- The source code for genefoundry is hosted at github.com/berntpopp/genefoundry-router.