This MCP server provides a programmatic interface to the Genome Aggregation Database (gnomAD) API, supporting multiple API versions (v2.1.1, v3.1.2, v4.1.0).
It abstracts version-specific field and schema differences, exposing a unified API for downstream tools and users.
Server Config
{
"mcpServers": {
"gnomad": {
"command": "uv",
"args": [
"--directory",
"where you cloned the repo",
"run",
"server.py"
],
"env": {}
}
}
}