mcpbeat Sign in

Glovebox MCP Server

local only

Glovebox MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 7 Jul 2026.

Sandboxed computer-use for AI agents: drive real browser + desktop apps in nested X11 windows

Installs / week
not published
13
Stars
0 open issues
7 Jul 2026
Last commit
from GitHub
MIT
License
Python

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a dangerous call launch_app.command → server.py:343, close_instance.instance → server.py:212, click.instance → server.py:112 и ещё 2
    xeph = subprocess.Popen(
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command server.py:101
    return subprocess.run(["xdpyinfo", "-display", _disp(n)], capture_output=True).returncode == 0
Builds a file path from a variable server.py:305
            prof = os.path.join(HERE, "profiles", f"chromium-{n}")

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

Three servers free · no card

Alternatives to Glovebox MCP

same job, measured the same way
Ghost
by northtekdevs

Verified desktop control for agents on Windows and Linux: apps with no API, windows, shell, browser.

local only
Open Computer Use
by yambr

Give any LLM its own computer — Docker sandboxes with bash, browser, docs, and sub-agents

local only
Helmdeck
by tosin2013

Self-hosted MCP server: sandboxed browser, desktop, vision, code-edit packs for any agent.

129 installs/wk local only
x-use
by ihuzaifashoukat

Browser-native AI agents for X (Twitter): multi-account, MCP-ready, no X API key required.

112 installs/wk local only
Uindow
by uindow

Real signed-browser automation for AI agents, over a local stdio MCP server.

448 installs/wk local only
C
Playwright MCP Server
by thenextgennexus

Headless browser primitives for AI agents when sites need real JS rendering.

17 tools answering
MCP Browser
by brainfuel

Native macOS browser exposing an MCP server so AI agents can drive a real WKWebView.

local only
MCP Test Utils
by jeenyjai

Desktop UI automation for AI agents: screenshots, windows, mouse, keyboard, UI Automation, OCR

local only

Glovebox MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Glovebox MCP?
Glovebox MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is Glovebox MCP open source?
Yes — it is published under the MIT licence, written in Python and 13 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.