Use local Node when developing the server or when a client launches stdio MCP servers.
Install dependencies and build:
1 | npm install |
Run stdio mode:
1 | npm start |
Run HTTP mode:
1 | PORT=3000 node dist/cli-http.js |
For global stdio installation:
1 | npm install -g @johnneerdael/ns-private-access-mcp |