Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2a32b20ab6 | ||
|
|
124c76413c |
@@ -2,9 +2,9 @@
|
||||
title: "Awesome Genomic Skills [](https://awesome.re)"
|
||||
task: ""
|
||||
lineage_type: import
|
||||
upstream_source: https://github.com/GoekeLab/awesome-genomic-skills/blob/f88d9494/README.md
|
||||
upstream_sha: f88d9494
|
||||
imported_at: 2026-06-26
|
||||
upstream_source: https://github.com/GoekeLab/awesome-genomic-skills/blob/8cf42e1d/README.md
|
||||
upstream_sha: 8cf42e1d
|
||||
imported_at: 2026-08-08
|
||||
prompt_class: catalogue
|
||||
upstream_changes: accepted
|
||||
author: upstream
|
||||
@@ -50,7 +50,7 @@ Skill libraries and tool collections specifically targeting genomics, bioinforma
|
||||
- **Description:** AWS sample bundle for the Kiro IDE: 24 MCP servers wrapping 100+ databases/tools across genomics, proteomics, structural biology, and clinical/pharma (NCBI, Ensembl, ClinVar, gnomAD, UniProt, STRING, PDB, AlphaFold, ChEMBL, Open Targets, etc.), plus 10 domain skills and 16 workflows, with cross-database search and AWS HealthOmics pipeline execution. MIT-0; the MCP servers use standard MCP and are portable, though the skills and workflows are built for Kiro. [Blog post](https://aws.amazon.com/blogs/publicsector/accelerating-life-sciences-research-with-kiro-a-unified-ai-interface-to-100-open-source-databases/).
|
||||
- **Developers:** AWS (AWS Samples).
|
||||
- [ClawBio](https://github.com/ClawBio/ClawBio)
|
||||
- **Description:** The first bioinformatics-native AI agent skill library; provides reproducible, local-first skills for genomics tasks (variant calling, RNA-seq, population genetics) that work with Claude Code, Copilot, Codex, and other agents.
|
||||
- **Description:** Bioinformatics-native AI agent skill library; 95 reproducible, local-first skills for genomics tasks (variant calling, RNA-seq, population genetics) that work with Claude Code, Copilot, Codex, and other agents. Since v0.6.1 the whole library is also callable as an MCP server (`uvx --from 'clawbio[mcp]' clawbio mcp`) from Cursor, Claude Desktop, VS Code, or Zed (see the MCP section below). Skills are actively [benchmarked](https://clawbio.ai/benchmarks.html).
|
||||
- **Developers:** Independent open-source project built on [OpenClaw](https://openclaw.ai).
|
||||
- [SciAgent-skills](https://github.com/jaechang-hits/SciAgent-Skills)
|
||||
- **Description:** 197 open-source skills for Claude Code, Cursor, Codex, and Windsurf, covering genomics-bioinformatics, proteomics-protein engineering, structural biology, drug discovery, systems biology, biostatistics, and scientific writing; achieves 92% accuracy on BixBench-Verified-50 (+26.7 pts over Claude Code baseline). The hosted OmicsHorizon web platform runs these skills in-browser.
|
||||
@@ -83,6 +83,9 @@ Model Context Protocol (MCP) servers that give AI agents direct access to bioinf
|
||||
- [gget-mcp](https://github.com/longevity-genie/gget-mcp) - MCP server wrapping the Pachter Lab [gget](https://github.com/pachterlab/gget) bioinformatics toolkit. Exposes 13 tools covering gene search and metadata (Ensembl), sequence retrieval, BLAST/BLAT/MUSCLE alignment, expression data (ARCHS4), functional enrichment (Enrichr), protein structure (PDB, AlphaFold), cancer mutations (COSMIC), and single-cell queries (CellxGene).
|
||||
- [Seqera MCP](https://docs.seqera.io/platform-cloud/seqera-mcp/overview) - Hosted MCP server from Seqera Labs (the developers of Nextflow) exposing the Seqera Platform (workflow launch/management), Wave (container provisioning), nf-core modules, and SRA/ENA/GEO retrieval.
|
||||
- [knowledgebase-mcp](https://github.com/biocontext-ai/knowledgebase-mcp) - BioContextAI Knowledgebase MCP server, included in the BioContextAI registry (below), one of the most comprehensive single MCP packages (wraps STRINGDb, Open Targets, Reactome, UniProt, HPA, KEGG, AlphaFold, Ensembl, ClinicalTrials.gov, bioRxiv, etc.)
|
||||
- [ClawBio MCP](https://github.com/ClawBio/ClawBio) - MCP mode of the [ClawBio](#bioinformatics-and-genomics-agent-skills) skill library (0.6.1): exposes all 95 genomics skills as callable tools over local stdio, letting different agents (Cursor, Zed, etc.) run analyses (variant calling, RNA-seq, population genetics).
|
||||
- [roda-mcp](https://github.com/awslabs/mcp/tree/main/src/roda-mcp-server) - AWS Labs MCP server for discovering and exploring datasets in the Registry of Open Data on AWS (RODA), covering 1,100+ public datasets across life sciences, climate, geospatial, and satellite imagery. Search/filter by keyword, organization, or license; inspect dataset details; and browse or sample public S3 bucket contents directly (no AWS account required) without downloading full files. Not genomics-specific, but useful for locating and previewing life-sciences datasets (e.g. SG-NEx) hosted on AWS.
|
||||
- [plant-genomics-mcp](https://github.com/musharna/plant-genomics-mcp) - Plant-genomics MCP server exposing 50 tools across 23 backends, keyed on TAIR-style loci with organism resolution across 12 crop and model species. Covers plant-specific resources that general bioinformatics servers do not (Ensembl Plants, Phytozome, Gramene, Planteome PO/TO, PlantCyc/PMN, AraGWAS, 1001 Genomes, ThaleMine, BAR, JASPAR) alongside the usual UniProt/KEGG/STRING/AlphaFold/PDBe/InterPro/Europe PMC, plus cross-source synthesis tools that compose several backends into a single gene report.
|
||||
|
||||
Existing registries and lists of MCP servers:
|
||||
- [BioContextAI Registry](https://github.com/biocontext-ai/registry/) - Community-curated catalogue of biomedical MCP servers, with submission criteria requiring biomedical focus, free academic access, OSI-approved open-source licenses, and MCP specification compliance. Ships a [cookiecutter template](https://github.com/biocontext-ai/mcp-server-cookiecutter) for new servers and follows Schema.org ontologies for metadata. [A community hub for agentic biomedical systems](https://www.nature.com/articles/s41587-025-02900-9)
|
||||
|
||||
Reference in New Issue
Block a user