top | item 46948620

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

2 points| secbear | 20 days ago |github.com

1 comment

order

secbear|20 days ago

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.