SentinelOne (Purple) MCP Server
io.github.wyre-technology/sentinelone-mcp
What is the SentinelOne (Purple) MCP server?
Multitenant Streamable HTTP wrapper for the SentinelOne purple-mcp server.
How to install SentinelOne (Purple)
Copy-paste configuration for popular MCP clients.
PORTPublic listen port for the proxy (POST /mcp, GET /health)
IDLE_EVICT_MSIdle tenant timeout before a purple-mcp child is evicted (ms)
SPAWN_READY_TIMEOUT_MSHow long to wait for a spawned child to start serving HTTP (ms)
LOG_LEVELFastify log level: debug, info, warn, error
{
"mcpServers": {
"sentinelone-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/sentinelone-mcp:v1.0.2"
],
"env": {
"PORT": "<YOUR_PORT>",
"IDLE_EVICT_MS": "<YOUR_IDLE_EVICT_MS>",
"SPAWN_READY_TIMEOUT_MS": "<YOUR_SPAWN_READY_TIMEOUT_MS>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}{
"mcpServers": {
"sentinelone-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/sentinelone-mcp:v1.0.2"
],
"env": {
"PORT": "<YOUR_PORT>",
"IDLE_EVICT_MS": "<YOUR_IDLE_EVICT_MS>",
"SPAWN_READY_TIMEOUT_MS": "<YOUR_SPAWN_READY_TIMEOUT_MS>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}{
"mcpServers": {
"sentinelone-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/sentinelone-mcp:v1.0.2"
],
"env": {
"PORT": "<YOUR_PORT>",
"IDLE_EVICT_MS": "<YOUR_IDLE_EVICT_MS>",
"SPAWN_READY_TIMEOUT_MS": "<YOUR_SPAWN_READY_TIMEOUT_MS>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}{
"servers": {
"sentinelone-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/sentinelone-mcp:v1.0.2"
],
"env": {
"PORT": "<YOUR_PORT>",
"IDLE_EVICT_MS": "<YOUR_IDLE_EVICT_MS>",
"SPAWN_READY_TIMEOUT_MS": "<YOUR_SPAWN_READY_TIMEOUT_MS>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}claude mcp add sentinelone-mcp --env PORT=<YOUR_PORT> --env IDLE_EVICT_MS=<YOUR_IDLE_EVICT_MS> --env SPAWN_READY_TIMEOUT_MS=<YOUR_SPAWN_READY_TIMEOUT_MS> --env LOG_LEVEL=<YOUR_LOG_LEVEL> -- docker run -i --rm ghcr.io/wyre-technology/sentinelone-mcp:v1.0.2Related MCP servers
MCP server for Abnormal Security — AI-powered email threat detection, cases, and remediation.
View repository →Action1 MCP server — endpoint inventory, patch visibility, and policy automation via REST API.
View repository →MCP server for Alternative Payments — customers, invoices, payment requests, payouts, webhooks.
View repository →MCP server for Kaseya Autotask PSA — companies, tickets, projects, time entries, and more.
View repository →MCP server for the Auvik network monitoring API — devices, alerts, statistics, billing.
View repository →