Switch to the appropriate Node.js version:
nvm use
Install dependencies:
npm install
Available scripts in package.json:
npm run dev-stdio: run the MCP server in stdio transport (requires building the Docker image)npm run dev-http: run the MCP server in HTTP transportnpm run dev-inspector: launch the Inspector (usesdev/resources/inspector.json)npm run dev-zellij: launch both Inspector and MCP in HTTP mode using Zellij
To build the Docker image locally:
npm run build-image