Skip to content
Windsurf

SentinelOne (Purple) for Windsurf

io.github.wyre-technology/sentinelone-mcp

Multitenant Streamable HTTP wrapper for the SentinelOne purple-mcp server.

client:Windsurf transport:stdio runtime:oci

Install SentinelOne (Purple) in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "sentinelone-mcp": {
      "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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

SentinelOne (Purple) in other clients