sentinel mcp server for Grok
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:Grok
transport:stdio
runtime:oci
Install sentinel mcp server in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"sentinel-mcp-server": {
"type": "stdio",
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs