Adds scheduling primitives to Claude so you can set tasks, reminders, and recurring schedules that persist across sessions. It stores schedule data locally in a configurable directory and exposes time-based operations through the MCP protocol. You'd reach for this when you want Claude to remember to ping you about something later or manage repeating workflows without keeping a conversation open. Part of a larger NIRA toolkit from pachote, but works standalone. Ships as a Python package that runs as an MCP server over stdio, so setup is just pip install and adding a config block to your Claude desktop settings.
claude mcp add --transport stdio pachote-nira-temporal -- uvx nira-temporal