You need:
- A Netskope tenant URL such as
https://YOUR-TENANT.goskope.com - A Netskope REST API v2 token with NPA permissions
- Node.js 22 or Docker for local/self-hosted modes
- An MCP-capable client
For stdio clients, install the npm package:
1 | npm install -g @johnneerdael/ns-private-access-mcp |
For local HTTP, run from a checkout of this repository:
1 | docker compose up -d |