SentinelOne (Purple)
About
Multitenant Streamable HTTP wrapper for the SentinelOne purple-mcp server.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
PORT IDLE_EVICT_MS SPAWN_READY_TIMEOUT_MS LOG_LEVELClaude Code
claude mcp add --env PORT= --env IDLE_EVICT_MS= --env SPAWN_READY_TIMEOUT_MS= --env LOG_LEVEL= sentinelone-mcp -- docker ghcr.io/wyre-technology/sentinelone-mcp:v1.0.2
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"sentinelone-mcp","command":"docker","args":["ghcr.io/wyre-technology/sentinelone-mcp:v1.0.2"],"env":{"PORT":"","IDLE_EVICT_MS":"","SPAWN_READY_TIMEOUT_MS":"","LOG_LEVEL":""}}'
JSON
{
"mcpServers": {
"sentinelone-mcp": {
"command": "docker",
"args": [
"ghcr.io/wyre-technology/sentinelone-mcp:v1.0.2"
],
"env": {
"PORT": "",
"IDLE_EVICT_MS": "",
"SPAWN_READY_TIMEOUT_MS": "",
"LOG_LEVEL": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.