HelixGenomics/Genomic-Agent-Discovery
[](https://glama.ai/mcp/servers/HelixGenomics/Genomic-Agent-Discovery) 📇 🏠 - Multi-agent MCP server for genomic analysis — specialized AI agents analyze raw DNA files across 16 databases (ClinVar, GWAS, gnomAD, CPIC, AlphaMissense, and more) and coordinate findings through shared MCP tools. Privacy-first, runs locally.
New to MCP? Copy the config below, then follow the Claude Desktop / Cursor steps.
Install guide →Installation Guide
Configuration
{
"mcpServers": {
"helixgenomics-genomic-agent-discovery": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-helixgenomics-genomic-agent-discovery"
],
"env": {}
}
}
}