NudgeBell for Grok
app.nudgebell/reminders
Reminders your agent creates: email, WhatsApp, SMS or call, in steps you set. Stops on acknowledge.
client:Grok
transport:streamable-http
Install NudgeBell in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"reminders": {
"type": "http",
"url": "https://nudgebell.app/api/v1/mcp"
}
}
}
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