Metadata-Version: 2.4
Name: nira-temporal
Version: 1.0.0
Summary: Time-aware scheduling for Claude — manage tasks, reminders, and recurring schedules
Project-URL: Homepage, https://github.com/pachote/nira-temporal
Project-URL: Repository, https://github.com/pachote/nira-temporal
Project-URL: Bug Tracker, https://github.com/pachote/nira-temporal/issues
Author-email: pachote <beatsyncpro.official@gmail.com>
License: MIT
Keywords: calendar,claude,mcp,reminders,scheduling,tasks,time
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Office/Business :: Scheduling
Requires-Python: >=3.11
Requires-Dist: mcp[cli]>=1.27.0
Description-Content-Type: text/markdown

# NIRA Temporal MCP

> Time-aware scheduling for Claude — manage tasks, reminders, and recurring schedules

[![PyPI version](https://badge.fury.io/py/nira-temporal.svg)](https://pypi.org/project/nira-temporal/)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

## Quick Start

```bash
pip install nira-temporal
```

Add to your Claude Code MCP config (`~/.claude.json`):
```json
{
  "mcpServers": {
    "nira-temporal": {
      "command": "python",
      "args": ["-m", "nira_temporal"]
    }
  }
}
```

## Configuration

| Variable | Required | Description |
|----------|----------|-------------|
| `NIRA_DATA_DIR` | Optional | Directory for schedule data (default: ~/nira_temporal) |

## License

MIT — built by [pachote](https://github.com/pachote)
