Skip to content
Windsurf

remind mcp for Windsurf

io.github.chrischall/remind-mcp

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

client:Windsurf transport:stdio runtime:npm

Install remind mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

remind mcp in other clients