glovebox-mcp (segentic-lab/glovebox-mcp) is an MCP server listed on the M8ven Trust Index. It scores 51 out of 100, grade D. It declares 18 tools. No publisher has claimed this listing.
A sandboxed computer-use MCP server that lets an AI agent drive a real browser and desktop apps, confined to a nested X11 window so it cannot touch your real screen or files.
Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.
How we verified
Verified is a snapshot. Live keeps it current, and builds your track record.
⚡ Connect GitHub → continuous verification on every pushwhy connect →Who stands behind it
segentic-lab
Source: Glama
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →
Install from
The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.
These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.
launch_appLaunch a GUI app in its OWN new Xephyr display/window; returns its instance id. `command` is any shell command (e.g. 'chromium', 'xterm', 'gimp'). For Chromium, the X11 flags + a per-instance profile are added automatically. Control it with instance=<id>.
list_instancesList all instances (running app windows) with their display + name.
close_instanceClose an instance (kills its app + Xephyr display). Refuses instance 1 (the main sandbox).
get_screen_sizeScreen size of an instance + active vision backend.
screenshotScreenshot of an instance's window.
parse_screenDetect on-screen elements (id, type, label, interactive, pixel-center) for an instance (backend = GLOVEBOX_VISION). Saves a numbered image to /tmp/glovebox_annotated_<N>.png.
clickClick at absolute coords. `observe`='screenshot'|'parse' returns the resulting screen state in the SAME call (saves a round-trip); `settle_ms` waits for the UI to update first. Default 'none'.
dragDrag (mouse-down → move → up) from (x1,y1) to (x2,y2) — for drawing shapes / selecting.
double_clickDouble-click at absolute coords in an instance.
click_elementClick an element id from the most recent parse_screen. `observe`/`settle_ms`: see click().
type_textType at the focused field — unicode-safe. Pure ASCII is typed via xdotool; text with any non-ASCII char (č/š/ž …) is inserted via the clipboard + ctrl+v, because xdotool's synthetic unicode keystrokes get silently dropped by some toolkits (e.g. Inkscape's GTK canvas) even though they work in browser…
upload_fileAttach a local file to a page's <input type=file> via Chrome DevTools Protocol — use this for ALL browser uploads (logos, images, docs). The sandbox's native GTK file picker is invisible to us AND hangs the renderer, so never click an upload button expecting a dialog — call this instead. Works on Ch…
open_fileOpen a local file in an app ON an existing instance's display (NOT a new instance). If `app` is given, runs `<app> <filepath>` there (e.g. app='gimp'); otherwise tries xdg-open. Relative paths resolve against the instance's staging folder files/<N>/ (see list_files). For BROWSER <input type=file> up…
list_filesThe instance's staging folder (files/<N>/ under the install dir) and its contents. Drop files there (or reference any host path you can read) to open in apps via open_file() or an app's Open dialog; browser uploads still go through upload_file().
press_keysPress a key/combo (xdotool): 'Return','ctrl+a','Tab','ctrl+t'. `observe`/`settle_ms`: see click().
move_mouseMove the mouse in an instance.
scrollScroll: positive = up, negative = down. `observe`/`settle_ms`: see click().
wait_msWait (e.g. for a page to load). Capped at 10000 ms.
GLOVEBOX_HOST_DISPLAYThe host display for new windows is (default :0); XAUTHORITY is auto-discovered.GLOVEBOX_VISIONYour choice is written to .vision-mode (override per run with the env var).Tool annotations
No tools have read-only/destructive annotations
Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.
All four hints declared on every tool
18/18 tools missing one or more hints — launch_app (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); list_instances (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); close_instance (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +15 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.
For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.
Descriptions match behaviour
2 tools describe read intent but their handlers mutate — type_text (line 431: subprocess.run(["xclip", "-selection", "clipboard"],); open_file (line 477: subprocess.Popen(args, env=appenv, stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL))
Rename the tool, rewrite the description, or move the side-effect into a separate clearly-named tool.
Tool inputs are validated
17/18 tool handlers declare input schemas (94%)
Declare an inputSchema with zod/joi/yup on every tool definition.
Tool handlers catch errors
Only 3/18 tool handlers wrap calls in try/catch (17%)
Wrap each tool handler body in try/catch and return a structured error response.
Tests exist
No test files found
Add tests that exercise each declared tool.
Tool description accuracy
4 tools have description/behavior mismatches: launch_app: description implies read-only but handler writes/deletes/executes; close_instance: description implies read-only but handler writes/deletes/executes; type_text: description implies read-only but handler writes/deletes/executes
Update tool descriptions to accurately reflect all capabilities — especially write, delete, or execute operations.
Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.
[](https://m8ven.ai/mcp/segentic-lab/glovebox-mcp)?variant=verified from the URL.Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.
https://m8ven.ai/api/mcp/tool-check