Evo2 MCP
MCP server for generating, scoring and embedding genomic sequences using Evo 2
Back to top
Ctrl+K
Search Ctrl+K
- .md
evo2-mcp
Contents
evo2-mcp#

The evo2-mcp server exposes Evo 2 as a Model Context Protocol (MCP) server, providing tools for genomic sequence analysis. Any MCP-compatible client can use these tools to score, embed, and generate DNA sequences.
Features#
- Sequence Scoring: Compute log probabilities for DNA sequences
- Sequence Embedding: Extract learned representations from intermediate model layers
- Sequence Generation: Generate novel DNA sequences with controlled sampling
- Variant Effect Prediction: Score SNP mutations for variant prioritization
- Multiple Model Checkpoints: Support for 7B, 40B, and 1B parameter models
Getting Started#
Prerequisites: Python 3.12
- Install Evo2 dependencies: See Installation Guide for details.
conda install -c nvidia cuda-nvcc cuda-cudart-dev
conda install -c conda-forge transformer-engine-torch=2.3.0
pip install flash-attn==2.8.0.post2 --no-build-isolation
pip install evo2 - Install evo2-mcp:
pip install evo2-mcp - Activate MCP Server: Add the following to your
mcp.jsonconfiguration:
{
"mcpServers": {
"evo2-mcp": {
"command": "python",
"args": ["-m", "evo2_mcp.main"]
}
}
}
For detailed installation instructions, see the Installation Guide.
Usage#
Once installed, the server can be accessed by any MCP-compatible client. For available tools and usage examples, see the Tools Documentation.
Available Tools#
score_sequence- Evaluate DNA sequence likelihoodembed_sequence- Extract feature representationsgenerate_sequence- Generate novel DNA sequencesscore_snp- Predict variant effectsget_embedding_layers- List available embedding layerslist_available_checkpoints- Show supported model checkpoints
See the Tools Documentation for detailed API reference and examples.
Documentation#
- Installation Guide - Detailed installation instructions
- Tools Reference - Complete API documentation and usage examples
- Development Guide - Contributing and testing information
- Changelog - Version history and updates
You can also find this project on BioContextAI, the community hub for biomedical MCP servers.
Citation#
If you use evo2-mcp in your research, please cite:
@software{evo2_mcp, author = {Kreuer, Jules}, title = {evo2-mcp: MCP server for Evo 2 genomic sequence operations}, year = {2025}, url = {https://github.com/not-a-feature/evo2-mcp}, version = {0.2.3} }
For the underlying Evo 2 model, please also cite the original Evo 2 publication.
License and Attribution#
The banner image in this repository is a modified version of the original Evo 2 banner from the Evo 2 project, which is released under the Apache 2.0 License. It was modified using Google Gemini “Nanobana” and GIMP.
Getting Started
Tools & Usage
Development
Contents
相關伺服器
BikeScout
BikeScout is designed for cyclists and mountain bikers. It provides intelligent trail recommendations by combining real-world map data with advanced routing analysis.
EigenLayer MCP Server
Restaking data, operator info, and AVS details on EigenLayer.
Loxone MCP Server
An MCP server for Loxone home automation systems, allowing AI assistants to control lights, blinds, sensors, and weather.
Poke-MCP
Fetches Pokémon data from the PokeAPI and exposes it through a standardized MCP interface.
mcp-cli-catalog
An MCP server that publishes CLI tools on your machine for discoverability by LLMs
Adwords MCP
An MCP server that serves ads to developers in clients like Cursor and Claude.
NexVigilant Station
Pharmacovigilance intelligence — 165 tools for drug safety data (FDA FAERS, EudraVigilance, WHO, PubMed, ClinicalTrials.gov), signal detection (PRR/ROR/IC/EBGM), causality assessment, and guided research courses. Open, no auth required.
Time
Get the current time and perform timezone conversions using IANA timezone names.
McpVanguard
An open-source security proxy and active firewall for the Model Context Protocol (MCP).
HashLock OTC
OTC crypto trading with HTLC atomic settlement on Ethereum and Bitcoin — create trades, lock assets, and settle trustlessly via AI agents