Show HN: Nix-sandbox-MCP: Reproducible, isolated code execution for Claude/LLMs(github.com)
github.com
Show HN: Nix-sandbox-MCP: Reproducible, isolated code execution for Claude/LLMs
https://github.com/SecBear/nix-sandbox-mcp
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.