WardenPoint for Grok
io.github.wardenpoint/wardenpoint-mcp
Configure on-call alerting from an AI agent: recipients, groups, escalation policies, schedules.
client:Grok
transport:stdio
runtime:npm
Install WardenPoint in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"wardenpoint-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@wardenpoint/mcp-server"
],
"env": {
"WARDENPOINT_BASE_URL": "<WARDENPOINT_BASE_URL>",
"WARDENPOINT_API_TOKEN": "<WARDENPOINT_API_TOKEN>",
"WARDENPOINT_TIMEOUT_MS": "<WARDENPOINT_TIMEOUT_MS>",
"WARDENPOINT_ALLOW_INSECURE_TLS": "<WARDENPOINT_ALLOW_INSECURE_TLS>"
}
}
}
}
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