SentinelOne (Purple) for Cursor
io.github.wyre-ai/sentinelone-mcp
Multitenant Streamable HTTP wrapper for the SentinelOne purple-mcp server.
client:Cursor
transport:stdio
runtime:oci
Install SentinelOne (Purple) in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"sentinelone-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-ai/sentinelone-mcp:v1.0.7"
],
"env": {
"PORT": "<PORT>",
"IDLE_EVICT_MS": "<IDLE_EVICT_MS>",
"SPAWN_READY_TIMEOUT_MS": "<SPAWN_READY_TIMEOUT_MS>",
"LOG_LEVEL": "<LOG_LEVEL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs