Catalog
io.github.pachote/nira-temporal
OfficialNIRA Temporal MCP
Time-aware scheduling for Claude — manage tasks, reminders, and recurring schedules
Manages tasks, reminders, and recurring schedules with time-aware scheduling.
README not available yet.
Install
Configuration
Environment variables
NIRA_DATA_DIRDirectory for schedule data (default: ~/nira_temporal)
claude_desktop_config.json
{
"mcpServers": {
"nira-temporal": {
"command": "uvx",
"args": [
"nira-temporal"
],
"env": {
"NIRA_DATA_DIR": "<YOUR_NIRA_DATA_DIR>"
}
}
}
}