# Code Sandbox — Execute Python, JS, SQL Safely

Sandboxed code execution API for AI agents. Execute Python, JavaScript, or SQL in an isolated environment. Returns stdout, execution time, and errors. 10-second timeout for safety.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add axel-belfort/code-sandbox

# Browse available tools
npx -y @smithery/cli@latest tool list axel-belfort/code-sandbox
```
