Skip to content
Windsurf

sentinel mcp server for Windsurf

io.github.haidrau/sentinel-mcp-server

Shopee price monitoring via MCP.requires extension + MCP Key. T-0 price data for SG/MY/TH/VN/ID/PH.

client:Windsurf transport:stdio runtime:oci

Install sentinel mcp server 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": {
    "sentinel-mcp-server": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/haidrau/sentinel-mcp-server:0.2.0"
      ],
      "env": {
        "SENTINEL_TOKEN": "<SENTINEL_TOKEN>",
        "SENTINEL_API_KEY": "<SENTINEL_API_KEY>"
      }
    }
  }
}

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

sentinel mcp server in other clients