npxc

tomchuk/npxc
★ 0 stars Rust 📁 File System Updated today
Sandboxed npm execution for MCP servers via Apple container
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": {
    "npxc": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "npxc"
      ]
    }
  }
}

README Excerpt

Sandboxed npm execution for MCP servers. Runs Node.js / npm-based [Model Context Protocol](https://modelcontextprotocol.io) servers inside an isolated Linux VM via [Apple `container`](https://github.com/apple/container), with dynamic per-request filesystem scoping to the host process's working directory.

Tools (1)

npxc