ga4gh-mcp-service

mfiume/ga4gh-mcp-service
★ 0 stars Python AI/LLM Updated 8d ago
Universal MCP server for GA4GH services and the GA4GH Implementation Registry (DRS/TRS/WES + generic service-info), with pluggable auth and dual stdio/HTTP transports.
View on GitHub → 🔍 Audit Wallet Slippage →

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-service": {
      "command": "uvx",
      "args": [
        "ga4gh-mcp-service"
      ]
    }
  }
}

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

README Excerpt

A **universal [Model Context Protocol](https://modelcontextprotocol.io/) server for GA4GH services**, built around the MCP-compatible AI client (Claude Desktop, Claude Code, Google Vertex AI, Amazon Bedrock) **discover** registered GA4GH services and **access** them — tolerating the reality that implementations vary in liveness, spec compliance, and version.