★ 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"
]
}
}
}
Run in terminal:
claude mcp add ga4gh-mcp-server uvx ga4gh-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"ga4gh-mcp-server": {
"command": "uvx",
"args": [
"ga4gh-mcp-server"
]
}
}
}
Or install with pip: pip install ga4gh-mcp-server