Skip to content

sentinel mcp server for Zed

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:Zed transport:stdio runtime:oci

Install sentinel mcp server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

sentinel mcp server in other clients