Metadata-Version: 2.4
Name: nira-repl
Version: 1.0.0
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

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