
Computer MCP
by amxv
Remote coding interface for Linux VPS, giving AI agents Codex-style shell and file access.
What it does
Computer MCP provides a secure, remote execution surface for AI agents on a Linux VPS. It simulates a local coding sandbox environment, allowing models to run commands, manage stateful terminal sessions, and apply precise code patches to a remote server.
Tools
exec_command: Starts a shell command and returns output and session metadata.write_stdin: Writes to or polls a running session via a session handle.apply_patch: Applies structured, Codex-style patches to files in a specified work directory.
Installation
Run the installer on your VPS:
curl -fsSL https://raw.githubusercontent.com/amxv/computer-mcp/main/scripts/install.sh | sudo bash
Configure /etc/computer-mcp/config.toml with your GitHub App keys, then start the service:
computer-mcp start
Add the MCP endpoint to your client:
https://<public_ip_or_host>/mcp?key=<api_key>
Supported hosts
- Claude Desktop
- ChatGPT
Quick install
curl -fsSL https://raw.githubusercontent.com/amxv/computer-mcp/main/scripts/install.sh | sudo bashInformation
- Pricing
- free
- Published
- 4/25/2026
- stars






