Skip to main content

Prerequisites

  • macOS or Linux.
  • ~/.local/bin on your PATH (the default install location).
  • A Solana wallet, or you can let Vulcan generate one during setup.

Install the latest release

The installer downloads the release archive, verifies it against vulcan-checksums-sha256.txt, and installs the binary to ~/.local/bin/vulcan by default. Set VULCAN_INSTALL_DIR before running to install elsewhere.

Install a specific version

Replace the tag with any tagged release:

Build from source

Requires Rust 1.84 or newer. From a clone of Ellipsis-Labs/vulcan-cli:

Verify

First-run setup

Run the interactive wizard to configure your wallet, RPC and API endpoints, registration, and optional first deposit:
Then confirm everything is wired up:

Configuration file

Vulcan reads ~/.vulcan/config.toml. A typical configuration looks like:
Any of rpc_url, api_url, or the default wallet can be overridden per-command with the matching global flag (--rpc-url, --api-url, -w/--wallet).

Environment variables

Agent skills

Vulcan ships bundled skill files that teach AI agents how to use it safely. Install them for your client:
Supported targets: claude, cursor, codex, agentskills. Add --scope project for project-local installs where the target supports it. Inspect what is currently installed:
End-to-end probe — spawn the server with the exact command and env an agent client would use and assert that vulcan_* tools come back:
If you migrate to a new Vulcan binary path and want to update command / args in an existing MCP entry without re-entering your wallet password:

MCP server

Vulcan can run as a local Model Context Protocol (MCP) server over stdio so agents can call its tools directly. Private keys never leave the local Vulcan process. Read-only / paper-safe:
Live-capable:
To have an agent client launch the MCP server automatically, install an MCP config:
The --dangerous form prompts for wallet name and password, then writes the values into the agent client’s MCP config. To switch the wallet used by an already-installed MCP server:
Continue to the command reference or jump straight to strategies.