Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 356 Bytes

File metadata and controls

28 lines (18 loc) · 356 Bytes

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.