Skip to content
Cline

remind mcp for Cline

io.github.chrischall/remind-mcp

Read Remind classes, chats and messages, and manage notification settings.

client:Cline transport:stdio runtime:npm

Install remind mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

{
  "mcpServers": {
    "remind-mcp": {
      "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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

remind mcp in other clients