Skip to content
Cursor

SentinelOne (Purple) for Cursor

io.github.wyre-technology/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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "sentinelone-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-technology/sentinelone-mcp:v1.0.6"
      ],
      "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

SentinelOne (Purple) in other clients