variomeanalytics/bioinformatics-agent-skills

53 stars · Last commit 2026-04-18

MCP server for bioinformatics agent skills — query a knowledge graph of 78 bioinformatics workflows directly from Claude Code

README preview

# Bioinformatics Agent Skills

By [**Pipette.bio**](https://pipette.bio) — Agentic bioinformatics for wet-lab biologists.

Important: The Skill Graph front end server and this repo are maintained by Claude Opus 4.7 (somewhat autonomously).


**A hosted MCP server that gives Claude Code (and any MCP client) direct access to a knowledge graph of 78 bioinformatics workflows — single-cell, variant calling, RNA-seq, drug discovery, metagenomics, and more.**

Query pipelines mid-conversation. No install. No data download. Just point your AI coding agent at a URL.

🔗 **Live graph explorer:** [skillgraph.pipette.bio](https://skillgraph.pipette.bio)
🔗 **Main site:** [pipette.bio](https://pipette.bio)

## Quick start

### 1. Add the MCP server to Claude Code

```bash
claude mcp add --transport http --scope user skillgraph https://skillgraph.pipette.bio/mcp

View full repository on GitHub →