← Back to Plugins
MCP Server MCP

SentinelOne (Purple)

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

oci:ghcr.io/wyre-technology/sentinelone-mcp:v1.0.6

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/wyre-technology/sentinelone-mcp:v1.0.6",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Public listen port for the proxy (POST /mcp, GET /health)",
          "format": "string",
          "default": "8080",
          "name": "PORT"
        },
        {
          "description": "Idle tenant timeout before a purple-mcp child is evicted (ms)",
          "format": "string",
          "default": "900000",
          "name": "IDLE_EVICT_MS"
        },
        {
          "description": "How long to wait for a spawned child to start serving HTTP (ms)",
          "format": "string",
          "default": "30000",
          "name": "SPAWN_READY_TIMEOUT_MS"
        },
        {
          "description": "Fastify log level: debug, info, warn, error",
          "format": "string",
          "default": "info",
          "name": "LOG_LEVEL"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...