sentinelone-mcp
sentinelone-mcp
Multitenant Streamable HTTP wrapper for sentinel-one/purple-mcp, built so the wyre-technology MCP gateway can forward per-tenant SentinelOne credentials as HTTP headers.
Why
purple-mcp is a great first-party MCP server, but it reads its SentinelOne console token + URL from environment variables at process startup, which makes it single-tenant per container. Our gateway is multi-tenant: every request carries the calling org's credentials as HTTP headers, and the vendor container has to translate those headers into something the upstream understands.
This image bundles purple-mcp plus a small Node/Fastify proxy. The proxy:
Listens on
:8080withPOST /mcpandGET /health.Reads
x-purplemcp-tokenandx-purplemcp-base-urlfrom each incoming request.Lazily spawns one
purple-mcp --mode streamable-httpchild per(token, base-url)tenant on a private loopback port, with the right env vars set.Proxies the request body to that child and streams the response back.
Evicts idle children after 60 minutes (
IDLE_EVICT_MS).
The result is a single container that the gateway can talk to like any other vendor MCP server.
Related MCP server: Purple AI MCP Server
Configuration
Env var | Default | Notes |
|
| Public listen port. |
|
| Where purple-mcp source + venv live. |
|
| Python interpreter from the upstream venv. |
|
| Idle tenant timeout (60 min). Longer keeps children warm and avoids repeated cold starts. |
|
| How long to wait for a child to start serving HTTP. |
|
| Cap on distinct concurrent tenant children. A new-tenant spawn beyond the cap is rejected ( |
|
| Fastify log level. |
Request headers
The gateway must forward these headers on every /mcp request:
Header | SentinelOne credential |
|
|
|
|
Build
docker build -t ghcr.io/wyre-ai/sentinelone-mcp:latest .License
Apache-2.0. The bundled purple-mcp is MIT-licensed by SentinelOne.
This server cannot be deployed
Maintenance
Related MCP Connectors
An MCP server that provides an API to LLMs to manage their JumpCloud resources.
Remote MCP server exposing SMI Aware tools, resources, and skills over Streamable HTTP.
MCP server that lets AI assistants use all OneSchema features exposed via the public API.
Zero-setup MCP gateway securely connecting AI to your tools with authentication and workflows
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceMCP server for AI agent security guardrails. Provides input validation, prompt injection detection, PII redaction, output filtering, policy enforcement, rate limiting, and comprehensive audit logging.42 npm1MIT
- AlicenseNot gradedqualityCmaintenanceEnables interaction with SentinelOne's security platform, including Purple AI, events, alerts, vulnerabilities, and asset inventory, through MCP.MIT
- AlicenseAqualityCmaintenanceRead-only MCP server for the SentinelOne management API, exposing sites, endpoint agents, threats, and activity logs with aggregation tools for MSP/MSSP reporting.64 npmMIT
- AlicenseNot gradedqualityAmaintenanceA multitenant Streamable HTTP bridge over Nutanix's Prism Central v4 API MCP server, enabling per-tenant credential forwarding and read-only tool operations.Apache 2.0