Live data from Hacker News

Show HN: Nix-sandbox-MCP: Reproducible, isolated code execution for Claude/LLMs

github.com

1–2 of 2 posts

Re: Show HN: Nix-sandbox-MCP: Reproducible, isolated code execution for Claude/LLMs

#2
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.