agent-jail-mcp
Creates and manages disposable Docker sandboxes for isolated command execution, with TTL-based cleanup, memory limits, and optional network isolation.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@agent-jail-mcprun 'python3 main.py' in a disposable docker sandbox"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
๐ Agent Jail
Ephemeral Docker sandboxes for AI agents
Give your AI agent a jail, not your machine.
Live Demo ยท Pricing ยท API Docs
๐ฏ What is Agent Jail?
Agent Jail provides disposable, isolated Docker sandboxes for AI agents. Instead of letting agents run commands directly on your machine, Agent Jail creates ephemeral containers where agents can safely execute code.
Perfect for:
๐ค AI code execution (ChatGPT, Claude, etc.)
๐งช Testing untrusted code safely
๐ฌ Research environments
๐ Educational platforms
๐๏ธ CI/CD pipelines
Related MCP server: anvil
โจ Features
Core
โ Disposable sandboxes โ auto-cleanup after TTL
โ Docker isolation โ true containerization
โ Resource limits โ RAM/CPU caps per tier
โ Network isolation โ optional per sandbox
โ TTL-based cleanup โ automatic expiration
Multi-tenant Platform
๐ Self-serve auth โ email/password signup (no API key needed initially)
๐ 3 tiers โ Free / Pro / Enterprise with enforced quotas
๐ฐ Crypto billing โ pay with USDT/TON/BTC via NOWPayments
โก Auto-upgrade โ webhook โ instant tier activation
๐ Usage tracking โ full audit log per user
Interfaces
๐ฅ๏ธ Web dashboard โ manage sandboxes visually
๐ REST API โ full programmatic control
๐ค Telegram bot โ bilingual (FA/EN) glass-button UI
๐ง MCP server โ for AI clients (Claude Desktop, etc.)
๐ Quick Start
1. Clone & Install
git clone https://github.com/idiscoord13-sketch/agent-jail-mcp.git
cd agent-jail-mcp
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txtThis server cannot be deployed
Maintenance
Related MCP Connectors
Hosting for AI agents: your AI client deploys Docker apps to live HTTPS URLs over MCP.
OCR, transcription, file extraction, and image generation for AI agents via MCP.
MCP server for Superserve sandboxes: create, exec, and manage Firecracker microVMs
Nifty's MCP server โ exposes tasks, projects, messages, and files as tools for AI agents.
Related MCP Servers
- AlicenseNot gradedqualityFmaintenanceA secure, container-based implementation of the Model Context Protocol (MCP) that provides sandboxed environments for AI systems to safely execute code, run commands, access files, and perform web operations.22Apache 2.0
- AlicenseNot gradedqualityBmaintenanceA throwaway Docker sandbox for agents to run code and shell commands safely.24 npmMIT
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to create, manage, and execute code in isolated Firecracker microVM sandboxes via the MCP protocol, with support for sandbox lifecycle and file operations.3Apache 2.0
- -licenseNot gradedqualityBmaintenanceExposes f2b-sandbox capabilities as MCP tools for creating, managing, and running commands in sandboxes, enabling AI agents to execute code and manipulate files in isolated environments.-