Skip to content

Installation

TheBoomerDev edited this page May 28, 2026 · 1 revision

Installation

Requirements

  • Node.js 18+
  • npm or yarn

Installing the MCP Server

npm install @cargoffer/ecmr-mcp

Configuration

Set your ECMR API key:

export ECMR_API_KEY="your_api_key_here"

Running

npx @cargoffer/ecmr-mcp

For more details, see the README.

Clone this wiki locally