mcp-host-provision

geomux/mcp-host-provision
★ 0 stars Unknown language DevOps Updated today
Terraform config to provision a host (and supporting cloud infra) with a remote MCP server and reverse proxy. Ideal for creating a secure host with remote control/system access.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-host-provision": {
      "command": "npx",
      "args": [
        "-y",
        "geomux/mcp-host-provision"
      ]
    }
  }
}