BoltzGen MCP

BoltzGen MCP

Enables AI-powered protein design, including binders, peptides, and custom proteins, with GPU-accelerated Docker deployment and async job management.

Category
访问服务器

README

BoltzGen MCP

AI-powered protein design via Docker and Model Context Protocol

Design protein binders, peptide binders, and custom proteins using BoltzGen with:

  • Protein Binder Design — Design proteins that bind to target proteins
  • Peptide Binder Design — Generate peptides with optimized sequences
  • Multiple Protocols — Support for antibodies, nanobodies, and small molecule interactions
  • Async Job Queue — FIFO scheduling with GPU-aware resource management
  • Docker Deployment — Pre-built images with all dependencies included

Quick Start with Docker

Approach 1: Pull Pre-built Image from GitHub

The fastest way to get started. A pre-built Docker image is automatically published to GitHub Container Registry on every release.

# Pull the latest image
docker pull ghcr.io/macromnex/boltzgen_mcp:latest

# Register with Claude Code (runs as current user to avoid permission issues)
claude mcp add boltzgen -- docker run -i --rm --user `id -u`:`id -g` --gpus all --ipc=host -v `pwd`:`pwd` ghcr.io/macromnex/boltzgen_mcp:latest

Note: Run from your project directory. ${pwd} expands to the current working directory.

Requirements:

  • Docker with GPU support (nvidia-docker or Docker with NVIDIA runtime)
  • Claude Code installed

That's it! The BoltzGen MCP server is now available in Claude Code.


Approach 2: Build Docker Image Locally

Build the image yourself and install it into Claude Code. Useful for customization or offline environments.

# Clone the repository
git clone https://github.com/MacromNex/boltzgen_mcp.git
cd boltzgen_mcp

# Build the Docker image
docker build -t boltzgen_mcp:latest .

# Register with Claude Code (runs as current user to avoid permission issues)
claude mcp add boltzgen -- docker run -i --rm --user `id -u`:`id -g` --gpus all --ipc=host -v `pwd`:`pwd` boltzgen_mcp:latest

Note: Run from your project directory. ${pwd} expands to the current working directory.

Requirements:

  • Docker with GPU support
  • Claude Code installed
  • Git (to clone the repository)

About the Docker Flags:

  • -i — Interactive mode for Claude Code
  • --rm — Automatically remove container after exit
  • --user ${id -u}:${id -g} — Runs the container as your current user, so output files are owned by you (not root)
  • --gpus all — Grants access to all available GPUs
  • --ipc=host — Uses host IPC namespace for better performance
  • -v — Mounts your project directory so the container can access your data

Verify Installation

After adding the MCP server, you can verify it's working:

# List registered MCP servers
claude mcp list

# You should see 'boltzgen' in the output

In Claude Code, you can now use all 8 BoltzGen tools:

  • boltzgen_run — Synchronous protein design
  • boltzgen_submit — Submit async design jobs
  • boltzgen_check_status — Monitor job progress by output directory
  • boltzgen_job_status — Check job by ID
  • boltzgen_queue_status — View queue and GPU availability
  • boltzgen_cancel_job — Cancel jobs
  • boltzgen_configure_queue — Set max workers and GPU configuration
  • boltzgen_resource_status — Verify GPU resource management

Next Steps

  • Detailed documentation: See details.md for comprehensive guides on:
    • Local Python environment setup (alternative to Docker)
    • Available MCP tools and parameters
    • Example workflows and tutorials
    • Configuration file formats
    • Troubleshooting

Usage Examples

Once registered, you can use the BoltzGen tools directly in Claude Code. Here are some common workflows:

Example 1: Quick Protein Design

Submit protein binder design for @examples/data/1g13prot.yaml
with output_dir "results/1g13_design" and num_designs 5

Example 2: Peptide Binder with Quality Focus

Submit peptide binder design for @examples/data/beetletert.yaml
with output_dir "results/peptide_design", alpha 0.01 (quality focused),
and num_designs 10

Example 3: Async Job Submission and Monitoring

1. Submit async protein design for @examples/data/1g13prot.yaml
   with output_dir "results/async_design" and num_designs 10
2. Check job status every 30 seconds
3. When complete, show me the generated structures

Example 4: Batch Processing Multiple Targets

Submit batch protein design for these configs:
- @examples/data/1g13prot.yaml (1G13 protein)
- @examples/data/beetletert.yaml (BeetleTert)
- @examples/data/pdl1_simplified.yaml (PDL1)

Save to output_base_dir "results/batch" with num_designs 5 each

Example 5: Validate Configuration Before Design

Validate these configs and show me any issues:
- @examples/data/1g13prot.yaml
- @examples/data/beetletert.yaml
- @examples/data/chorismite.yaml

Example 6: Monitor Job Queue

Show me the current job queue status and available GPUs

Demo Data

Example configuration files are included in examples/data/:

File Description Use Case
1g13prot.yaml 1G13 protein binder design Protein-protein interactions
beetletert.yaml BeetleTert peptide design Peptide drug discovery
pdl1_simplified.yaml PDL1 antibody design Antibody engineering
chorismite.yaml Small molecule binding Enzyme design
penguinpox.yaml Nanobody design Nanobody development

Supported Protocols

All tools support the following design protocols:

  • protein-anything (default) — General protein binder design
  • peptide-anything — Peptide design with cysteine filtering
  • protein-small_molecule — Small molecule interactions
  • nanobody-anything — Nanobody CDR design
  • antibody-anything — Antibody design

GPU Support

Docker setup fully supports:

  • Multi-GPU systems (specify device via cuda:0, cuda:1, etc.)
  • Single GPU setup
  • CPU-only inference (slower, use cpu device)

Troubleshooting

Docker not found?

docker --version  # Install Docker if missing

GPU not accessible?

  • Ensure NVIDIA Docker runtime is installed
  • Check with docker run --gpus all ubuntu nvidia-smi

Claude Code not found?

# Install Claude Code
npm install -g @anthropic-ai/claude-code

Permission issues with output files? The Docker setup automatically runs as your current user. If you still see permission issues:

# Rebuild with your user ID
docker build --build-arg USER_ID=$(id -u) --build-arg GROUP_ID=$(id -g) -t boltzgen_mcp:latest .

Local Setup (Alternative to Docker)

For development or custom environments, see details.md for:

  • Manual conda environment setup
  • Direct Python script execution
  • Custom configuration options

License

Based on the original BoltzGen repository by Hannes Stark et al. MCP integration built using FastMCP framework.

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选