Skip to content
MCP Server Community By @HelixGenomics

HelixGenomics/Genomic-Agent-Discovery

[![Genomic-Agent-Discovery MCP server](https://glama.ai/mcp/servers/HelixGenomics/Genomic-Agent-Discovery/badges/score.svg)](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 →
Connected Apps: HelixGenomics/Genomic-Agent-Discovery Claude Desktop

Installation Guide

Run command: npx -y @modelcontextprotocol/server-helixgenomics-genomic-agent-discovery

Detailed Documentation

Genomic-Agent-Discovery MCP server 📇 🏠 - 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.

Configuration

{
  "mcpServers": {
    "helixgenomics-genomic-agent-discovery": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-helixgenomics-genomic-agent-discovery"
      ],
      "env": {}
    }
  }
}