Metadata-Version: 2.4
Name: nira-repl
Version: 1.0.1
Summary: Secure code execution sandbox for Claude — run Python, JavaScript, and shell commands
Project-URL: Homepage, https://github.com/pachote/nira-repl
Project-URL: Repository, https://github.com/pachote/nira-repl
Project-URL: Bug Tracker, https://github.com/pachote/nira-repl/issues
Author-email: pachote <beatsyncpro.official@gmail.com>
License: MIT
Keywords: claude,code-execution,mcp,python,repl,sandbox
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 :: Software Development :: Interpreters
Requires-Python: >=3.11
Requires-Dist: mcp[cli]>=1.27.0
Description-Content-Type: text/markdown

# NIRA REPL MCP

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

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

> Secure code execution sandbox for Claude — run Python, JavaScript, and shell commands

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

## Quick Start

```bash
pip install nira-repl
```

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

## 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.
