Skip to content
VS Code

reminders bridge for VS Code

io.github.isaiahdupree/reminders-bridge

MCP connector for Apple Reminders — search, create, complete, and edit via your own Mac.

client:VS Code transport:streamable-http

Install reminders bridge in VS Code

.vscode/mcp.json

{
  "servers": {
    "reminders-bridge": {
      "type": "http",
      "url": "https://remindersbridge.vercel.app/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

reminders bridge in other clients