makhatib/linuxMCP — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a small project that lets me connect Claude to a fresh Ubuntu or Debian VPS so Claude can safely drive a real terminal through an MCP endpoint. I want a one command setup where I give it my domain and email, and it installs everything needed, creates a limited service user, starts a persistent tmux session Claude can use, puts the server behind HTTPS with Caddy and Let’s Encrypt, and prints the connector URL like https://mydomain.com/mcp.

The MCP server should let Claude run commands, send keys, capture the terminal view, create and list tmux sessions, and kill sessions. I also want an audit log of every command, a simple deny list for dangerous commands, and an option in the deploy script to allow sudo only if I turn it on.

Please include clear setup instructions, security warnings about using a public authless shell, IP allowlist notes, and basic troubleshooting. Keep it lightweight and demo friendly so I can watch the tmux session live while Claude works.

Want more depth? Deep Reverse