ga4gh-mcp-server

DNAstack/ga4gh-mcp-server
★ 1 stars Python 🤖 AI/LLM Updated 6d ago
MCP server exposing the full GA4GH ecosystem (57 tools) to AI clients — registry discovery + DRS, WES, TES, TRS, Beacon, htsget, refget, Data Connect
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ga4gh-mcp-server": {
      "command": "uvx",
      "args": [
        "ga4gh-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install ga4gh-mcp-server