ClinGen Allele Registry MCP server — canonical allele identity (CA#) for genetic variants; resolves HGVS/dbSNP/ClinVar/gnomAD
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"allele-registry-mcp-": {
"command": "npx",
"args": [
"-y",
"QuentinCody/allele-registry-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add allele-registry-mcp- npx -y QuentinCody/allele-registry-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"allele-registry-mcp-": {
"command": "npx",
"args": [
"-y",
"QuentinCody/allele-registry-mcp-server"
]
}
}
}