Alliance of Genome Resources (JS)
About
A high-performance JavaScript server for the Alliance of Genome Resources (AGR) MCP.
Details
- Author
- nuin
- Categories
- Database, Other
Jump to
Setup
Install Alliance of Genome Resources (JS) in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/nuin/agr-mcp-server-js
Follow the installation instructions in the repository README, then restart your MCP client.
A high-performance JavaScript server for the Alliance of Genome Resources (AGR) MCP.
MCP server for queryingAlliance of Genome Resources- genomics data across model organisms.
No installation required. Add to your MCP client config:
{ "mcpServers": { "agr-genomics": { "command": "npx", "args": ["-y", "agr-mcp-server"] } } }
{ "mcpServers": { "agr-genomics": { "command": "agr-mcp-server" } } }
- "Search for BRCA1 genes in human"
- "What genes are involved in DNA repair?"
- "Get information about HGNC:1100"
- "Find orthologs of insulin gene"
- "What diseases are associated with TP53?"
- "Show me expression data for daf-2 in worm"
- "Find all human genes with kinase activity"
- "Query AllianceMine for mouse genes on chromosome 11"
Human, mouse, rat, zebrafish, fly, worm, yeast, xenopus
Find human genes with BRCA in symbol: - from: Gene - select: primaryIdentifier, symbol, name - where: organism.shortName = "H. sapiens", symbol CONTAINS "BRCA"
Gene_Alleles - Find alleles for a gene Gene_DOTerm - Disease annotations for a gene Gene_GOTerms - GO annotations for a gene GOTerm_Genes - Find genes by GO term
List management operations (mine_create_list,mine_add_to_list,mine_delete_list) require an AllianceMine API token:
{ "mcpServers": { "agr-genomics": { "command": "npx", "args": ["-y", "agr-mcp-server"], "env": { "ALLIANCEMINE_TOKEN": "your-token-here" } } } }
- Alliance of Genome Resources API
- AllianceMine
Access and interact with Allen Institute for Neural Dynamics (AIND) metadata directly within your IDE.
Access the AlphaFold Protein Structure Database for protein structure prediction and analysis.
Interface with Biomart, a biological data query tool, using the pybiomart Python package.
Agent-first rewrite of genomeoncology's BioMCP in TypeScript to provide next-gen biomedical data access for agents.
Perform complex queries on the DANDI Archive, a platform for neurophysiology data.
Interact with DROMA drug-omics association analysis databases using natural language.
A bridge to the Drug Gene Interaction Database (DGIdb) API, enabling AI clients to query drug-gene interaction data.
Query the Materials Project database using the mp_api client. Requires an MP_API_KEY environment variable.
Access PubMed articles through the Entrez API.
Access NCBI's suite of APIs, including E-utilities, BLAST, PubChem, and PMC services.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





