Copy-paste this into your Claude Code terminal and let Claude do the rest.
Install the Staex MCC-MCP stack on this machine:
1. Download the MCC-MCP package from https://staex.io/downloads/mcc-mcp-package.zip
2. Run the installer: sudo ./install.sh
3. When prompted, enter the network certificate and node private key from https://cas.staex.io
4. Verify the tunnel: mcc tunnels (should show mcp-test tunnel)
5. Verify the MCP server: mcc resolve mcp-test (should return 10.83.0.x)
6. Register the MCP server with Claude: claude mcp add -s user mcp-test --transport sse http://$(mcc resolve mcp-test):8080/sse
7. Restart Claude Code to pick up the new MCP server
After installation, Claude will be able to query your databases securely through the encrypted MCC tunnel — zero public ports, zero DNS, zero certificate authorities.