Bloctopus MCP
The instructions in this guide will walk you through installing the latest version of the Bloctopus MCP.
I. Install & Start Docker
If you don't already have Docker installed, follow the instructions here to install the Docker application specific to your machine (e.g. Apple Intel, Apple M1, etc.).
Start the Docker daemon (e.g. open Docker Desktop)
Verify that Docker is running:
docker image ls
II. Install Kurtosis
- If you don't already have Kurtosis installed, follow the instructions here to install it.
- Start the Kurtosis engine using
kurtosis engine start
III. Install the Bloctopus MCP
Currently, the Bloctopus MCP is only available through the brew package manager. Use the following command to install it:
brew install 0xbloctopus/tap/blocmcp
info
Homebrew might warn you that your Xcode is outdated or missing entirely. This is a Homebrew requirement, and has nothing to do with Kurtosis (which ships as prebuilt binaries).
To install or update your Xcode, run:
xcode-select --install