About genai_sandbox
genai_sandbox is an MCP server in the Data category. It has been installed 0 times through Conduid.
Install
git clone https://github.com/Nuvepro-Technologies-Pvt-Ltd/genai_sandboxThis server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.
Ask AI
Ask AI about genai_sandbox
Powered by Claude · Grounded in docs
Security checks
- ·README presentNot checked yet.
- ·License declaredNot checked yet.
- ·Tests presentNot checked yet.
- ·Dependencies pinnedNot checked yet.
- ·No dynamic code executionNot checked yet.
- ·Scoped permissionsNot checked yet.
README
execution in a secure and scalable lab setup.
⚙️ Lab Virtual MCP Server (Execute Code Remotely via Claude AI) Create a virtual lab for users to run custom code remotely using the Model Context Protocol (MCP) and integrate with Claude AI or other clients.
🔗 GitHub Repo
📂 This repo has moved to base/base-mcp
🚀 What This Lab Server Does 🧠 Enables remote Python code execution through cline AI
🧪 Supports real-time lab scenarios (code evaluation, sandbox testing, etc.)
📋 Prerequisites Ensure you have the following on your system:
✅ Python 3.10.11
✅ pip (Python package manager)
✅ fastmcp (to serve the MCP endpoint)
✅ uv (virtual environment manager, via scoop or curl)
✅ Access to Claude Desktop or Cursor or cline (for testing)
🧱 Installation Steps
- Clone the MCP Server Repo
- Set up Python Environment
cd McpSever_Remote_code_execution
- Set Up Virtual Environment
- Install Dependencies
- Run the Server
You now have a remote code execution server listening for requests via MCP.
🧪 MCP Client Configuration For Claude Desktop / Cursor, update your mcp_config.json:
Beofre start Mcp set path
✅ Available Tools (Prebuilt in MCP)
Tool Description execute_code Executes user-provided Python code
💡 Recommendations for Lab Admins ✅ Add sandboxing logic to app.py if users can run arbitrary code.
✅ Use Docker or subprocess isolation for safer execution (optional).
✅ Monitor logs and set execution timeouts.
README mirrored from the source repository 4 months ago. The original is authoritative.