Loading MCP server directory, please wait...
Claude Desktop reminders for Windows. Survives MSIX boundary; persists across restarts. Zero deps.
npx @getmcp/cli add io.github.RyanJamesStewart/prompt-timeRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.RyanJamesStewart/prompt-time": {
"command": "powershell.exe",
"args": [
"-NoProfile",
"-NonInteractive",
"-ExecutionPolicy",
"Bypass",
"-File",
"prompt_time.ps1"
]
}
}
}