Hacker News new | ask | show | jobs
Show HN: Nix-sandbox-MCP: Reproducible, isolated code execution for Claude/LLMs (github.com)
2 points by secbear 127 days ago
1 comments

Built this because I wanted Claude Code to run untrusted snippets without touching my system, but Docker felt heavy. Uses jail.nix (bubblewrap) for isolation. Currently supports Python, Node, Bash with persistent REPL sessions. Would love feedback on the interface design.