Metadata-Version: 2.4
Name: nira-file-intel
Version: 1.0.0
Summary: Smart file intelligence for Claude — search, deduplicate, organize, and analyze files
Project-URL: Homepage, https://github.com/pachote/nira-file-intel
Project-URL: Repository, https://github.com/pachote/nira-file-intel
Project-URL: Bug Tracker, https://github.com/pachote/nira-file-intel/issues
Author-email: pachote <beatsyncpro.official@gmail.com>
License: MIT
Keywords: claude,deduplication,file-management,mcp,organize,search
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 :: System :: Filesystems
Requires-Python: >=3.11
Requires-Dist: mcp[cli]>=1.27.0
Requires-Dist: pillow>=10.0.0
Description-Content-Type: text/markdown

# NIRA File Intel MCP

> Smart file intelligence for Claude — search, deduplicate, organize, and analyze files

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

## Quick Start

```bash
pip install nira-file-intel
```

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

## Configuration

| Variable | Required | Description |
|----------|----------|-------------|
| `FILE_INTEL_ROOT` | Optional | Default root directory to search (default: home dir) |

## License

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