Serversio.github.RyanJamesStewart/prompt-time
T

io.github.RyanJamesStewart/prompt-time

io.github.RyanJamesStewart/prompt-time · v2.2.6
▦ other
v2.2.6other mcpb: https://github.com/RyanJamesStewart/prompt-time/releases/download/v2.2.6/prompt-time-v2.2.6.mcpb↗ 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.RyanJamesStewart/prompt-time",
  "description": "Claude Desktop reminders for Windows. Survives MSIX boundary; persists across restarts. Zero deps.",
  "repository": {
    "url": "https://github.com/RyanJamesStewart/prompt-time",
    "source": "github"
  },
  "version": "2.2.6",
  "packages": [
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/RyanJamesStewart/prompt-time/releases/download/v2.2.6/prompt-time-v2.2.6.mcpb",
      "version": "2.2.6",
      "fileSha256": "cf9437359009aa4c1564e0b3f70a4f80f99267a48f33e96b02854370fad7c78f",
      "runtimeHint": "powershell.exe",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "value": "-NoProfile",
          "type": "positional"
        },
        {
          "value": "-NonInteractive",
          "type": "positional"
        },
        {
          "value": "-ExecutionPolicy",
          "type": "positional"
        },
        {
          "value": "Bypass",
          "type": "positional"
        },
        {
          "value": "-File",
          "type": "positional"
        },
        {
          "value": "prompt_time.ps1",
          "type": "positional"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}