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
{
"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