Metadata-Version: 2.4
Name: nira-temporal
Version: 1.0.1
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

<!-- mcp-name: io.github.pachote/nira-temporal -->

mcp-name: io.github.pachote/nira-temporal

> 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)

---

## The Complete NIRA MCP Stack

All 10 tools work together in Claude Code:

| Package | What it does | Price |
|---------|-------------|-------|
| [nira-screen-vision](https://pypi.org/project/nira-screen-vision/) | Claude can see your screen | $29 |
| [nira-repl](https://pypi.org/project/nira-repl/) | Secure code execution for Claude | $19 |
| [nira-process-forge](https://pypi.org/project/nira-process-forge/) | Process management for Claude | $19 |
| [nira-file-intel](https://pypi.org/project/nira-file-intel/) | Smart file intelligence for Claude | $19 |
| [nira-temporal](https://pypi.org/project/nira-temporal/) | Time-aware scheduling for Claude | $19 |
| [nira-agent-forge](https://pypi.org/project/nira-agent-forge/) | Multi-agent orchestration for Claude | $39 |
| [nira-multi-model](https://pypi.org/project/nira-multi-model/) | Claude + GPT-4 + Gemini in one MCP | $29 |
| [nira-market-intel](https://pypi.org/project/nira-market-intel/) | Competitor research for Claude | $29 |
| [nira-knowledge-graph](https://pypi.org/project/nira-knowledge-graph/) | Persistent memory graph for Claude | $19 |
| [nira-video-mcp](https://pypi.org/project/nira-video-mcp/) | Professional video production for Claude | $49 |

Install any combination:
```bash
pip install nira-video-mcp nira-screen-vision nira-agent-forge nira-multi-model
```

Built by [pachote](https://github.com/pachote) — the professional MCP suite for Claude Code.
