Safe Local Python Executor
JSON →A tool for safely executing local Python code without requiring external data files.
Install
npx -y @smithery/cli Tools · 1
- run_python Execute Python code in a safe, restricted environment with no file I/O and a limited set of allowed imports (collections, datetime, itertools, math, queue, random, re, stat, statistics, time, unicodedata).
★ 44 GitHub stars