OriginalRick/vibers-computer-use
0
Vibers Computer Use MCP
Headless-Chromium browser-automation MCP server for the Vibers agent swarm, hosted on a free Hugging Face Docker Space (the Railway free tier only allows 3 services, so this one lives here instead).
It is a Streamable-HTTP MCP server that drives Chrome over the DevTools Protocol: annotated screenshots, click/type/scroll, per-agent tabs, and a ~6fps screencast streamed back to the orchestrator for the admin mosaic.
Required Space secrets
Set these under Settings → Variables and secrets:
/health is always open for the platform liveness check; every other route requires the COMPUTER_USE_TOKEN bearer.
Deploying
This Space's contents are generated from the monorepo. From the repo root:
$env:HF_USERNAME = "<your-hf-username>"
$env:HF_TOKEN = "<your-hf-write-token>"
$env:HF_SPACE = "vibers-computer-use" # optional, this is the default
./deploy/hf-computer-use/deploy.ps1