
Lite Sandbox
Supports UIby gartnera
Lightweight Bash execution sandbox for AI agents with AST-level validation and runtime path checks.
What it does
Lite Sandbox provides a secure bash tool for AI coding agents, allowing them to execute shell commands without per-command permission prompts while maintaining safety through rigorous validation.
Tools
bash: Executes shell commands after validating them against a whitelist and checking paths to prevent directory traversal.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"lite-sandbox": {
"command": "/path/to/lite-sandbox",
"args": ["serve-mcp"]
}
}
}
Supported hosts
- Claude Desktop
- Claude Code
Quick install
lite-sandbox installInformation
- Pricing
- free
- Published
- 5/7/2026
- stars





