claude-box

svnstfns/claude-box
★ 0 stars Shell 🔒 Security Updated today
Isolated remote Claude Code environment on TrueNAS Scale: claudecodeui Web-UI + Claude Code CLI + headless MCP servers behind Traefik (LAN-only), with all secrets pulled from Vaultwarden at runtime.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "claude-box": {
      "command": "npx",
      "args": [
        "-y",
        "svnstfns/claude-box"
      ]
    }
  }
}