mcp-host-configuration

geomux/mcp-host-configuration
★ 0 stars Jinja Code/Dev Tools Updated today
Ansible playbook to configure existing host with a remote MCP server and reverse proxy. Ideal for remote control/system access on a secure host.
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-configurati": {
      "command": "npx",
      "args": [
        "-y",
        "geomux/mcp-host-configuration"
      ]
    }
  }
}

README Excerpt

Ansible playbook that configures an existing host with a remote MCP server and an nginx reverse proxy. Ideal for a box you already own (an EC2 instance, other established VM) that you want accesible by MCP tools in one command, no containers involved. *Intended for hosts you control and can SSH into. This repo builds no infrastructure, images/containers, it only configures what already exists. If you want a containerized MCP tool option instead, see mcp-sandbox-setup repo.*

Tools (1)

Box_1