BindCraft MCP

BindCraft MCP

Model Context Protocol server for protein binder design using BindCraft via Docker, enabling structure prediction, sequence optimization, and scoring.

Category
访问服务器

README

BindCraft MCP

Model Context Protocol (MCP) server for protein binder design using BindCraft via Docker

Design high-affinity protein binders against target proteins using:

  • AF2 Hallucination — Generate binder backbone conformations
  • MPNN Sequence Design — Optimize amino acid sequences
  • AF2 Validation — Predict and validate complex structures
  • PyRosetta Scoring — Evaluate interface quality and energy

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/bindcraft_mcp:latest

# Register with Claude Code (runs as current user to avoid permission issues)
claude mcp add bindcraft -- docker run -i --rm --user `id -u`:`id -g` --gpus all --ipc=host -v `pwd`:`pwd` ghcr.io/macromnex/bindcraft_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 BindCraft 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/bindcraft_mcp.git
cd bindcraft_mcp

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

# Register with Claude Code (runs as current user to avoid permission issues)
claude mcp add bindcraft -- docker run -i --rm --user `id -u`:`id -g` --gpus all --ipc=host -v `pwd`:`pwd` bindcraft_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 'bindcraft' in the output

In Claude Code, you can now use all 5 BindCraft tools:

  • bindcraft_design_binder — Synchronous binder design
  • bindcraft_submit — Async design job submission
  • bindcraft_check_status — Monitor job progress
  • generate_config — Auto-generate configurations from PDB
  • validate_config — Validate configuration files

Usage Examples

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

Example 1: Quick Binder Design

Design a binder against the target protein at /path/to/target.pdb. Use the bindcraft_design_binder tool with 3 designs, targeting chain A, with binder lengths between 65 and 150 residues.

Example 2: Generate Configuration from PDB

I have a target protein at /path/to/target.pdb. Can you generate a configuration file using generate_config with detailed analysis? Target hotspot residues should be automatically identified.

Example 3: Submit Async Design Job

Submit an async binder design job for the target at /path/to/target.pdb. Use bindcraft_submit with 10 designs, chain A, and output to /path/to/output/. Then monitor the job with bindcraft_check_status.

Example 4: Validate Configuration File

I have a configuration file at /path/to/config.json. Can you validate it using validate_config to ensure all parameters are correct before running the design?

Example 5: Batch Design with Auto Config

I have a target PDB at /path/to/target.pdb. First, generate an optimized config using generate_config, then submit an async design job with bindcraft_submit for 5 designs, and save results to /path/to/results/.

Next Steps

  • Detailed documentation: See details.md for comprehensive guides on:

    • Local Python script usage (5 use cases)
    • All available MCP tools and parameters
    • Example workflows and tutorials
    • Configuration options
    • Troubleshooting
  • Local Setup (Alternative to Docker): See details.md for conda-based environment setup if you prefer to run locally without Docker.


Key Features

Synchronous Design — Fast results for single targets (1-10 minutes) ✅ Async Processing — Long-running jobs for complex designs (>10 minutes) ✅ Batch Processing — Process multiple targets concurrently ✅ Job Management — Complete lifecycle tracking and monitoring ✅ Auto Config — Generate optimized parameters from PDB files ✅ GPU Acceleration — Full CUDA and JAX/XLA support via Docker ✅ Error Handling — Robust error reporting and recovery


GPU Support

Both Docker approaches fully support:

  • Multi-GPU systems (all GPUs automatically available in container)
  • Single GPU setup
  • CPU-only inference (via --gpus '""' if needed)

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

See details.md for more troubleshooting guidance.


License

Based on the original BindCraft repository by Martin Pacesa and colleagues.

推荐服务器

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 模型以安全和受控的方式获取实时的网络信息。

官方
精选