Skip to content
Zed

remi for Zed

io.github.mattheworiordan/remi

Apple Reminders CLI and MCP server with section support and iCloud sync

client:Zed transport:stdio runtime:npm

Install remi in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "remi": {
      "command": "npx",
      "args": [
        "-y",
        "@mattheworiordan/remi"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

remi in other clients