Installation

NPM Package

npm install -g @3rd-eye-labs/openmm

From Source

git clone https://github.com/3rd-Eye-Labs/OpenMM.git
cd OpenMM
npm install
npm run build
npm install -g .

Verify Installation

openmm --version
openmm --help

Exchange Setup

Run the interactive setup wizard:

openmm setup

This will guide you through:

  1. Selecting exchanges to configure

  2. Entering API credentials

  3. Testing connectivity

Manual Configuration

Create a .env file in your working directory:

MCP Server

For AI agent integration:

See MCP documentationarrow-up-right for client configuration.

Last updated