remind mcp for Grok
io.github.chrischall/remind-mcp
Read Remind classes, chats and messages, and manage notification settings.
client:Grok
transport:stdio
runtime:npm
Install remind mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"remind-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@chrischall/remind-mcp"
],
"env": {
"REMIND_COOKIE": "<REMIND_COOKIE>",
"REMIND_CSRF_TOKEN": "<REMIND_CSRF_TOKEN>",
"REMIND_WS_PORT": "<REMIND_WS_PORT>",
"REMIND_SESSION_FILE": "<REMIND_SESSION_FILE>"
}
}
}
}
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