Serversio.github.pozymasika/please-remind
R

Please Remind

io.github.pozymasika/please-remind · v1.0.1
● Remote
v1.0.1remote🌐 https://pleaseremind.com/api/mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.pozymasika/please-remind",
  "description": "Connects to PleaseRemind.com to allow read and write access to all your reminders.",
  "title": "Please Remind",
  "repository": {
    "url": "https://github.com/pozymasika/remind-me",
    "source": "github"
  },
  "version": "1.0.1",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://pleaseremind.com/api/mcp",
      "headers": [
        {
          "description": "Bearer token for Please Remind API access",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}