Installation Guide

Follow these steps to install and set up the ai2sol-mcp server:

Prerequisites

  • Node.js (v16 or higher)

  • npm (v7 or higher)

  • Git

  • A Solana wallet with a public address and private key (for transaction-related tools).

Installation Steps

# Clone the repository
git clone https://github.com/ai2sol/ai2sol-mcp.git

# Navigate to the project directory
cd ai2sol-mcp

# Install dependencies
npm install

# Build the project
npm run build

Post-Installation

After building, the server is ready to configure and run. Ensure you have a valid Solana RPC endpoint (public or private) for blockchain interactions.

Last updated