Back to Browse

Nira Repl MCP Server

Developer ToolsUse Caution2.5MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

2.5
Use Caution2.5Critical Risk

This MCP server implements arbitrary Python code execution without any authentication, authorization, or sandboxing mechanisms. The code directly executes user-supplied Python in a persistent global namespace with full access to the Python standard library, filesystem, network, and system commands. Combined with the `repl_install` tool that runs `pip install` without restrictions, this creates a critical remote code execution vulnerability. The server is inherently unsafe for multi-user or untrusted environments. Package verification found 1 issue.

3 files analyzed · 12 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

Shell Command Execution

Runs commands on your machine. Be cautious — only use if you trust this plugin.

process_spawn

Check that this permission is expected for this type of plugin.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

system_info

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-pachote-nira-repl": {
      "args": [
        "nira-repl"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!