See and drive a whole Windows machine from Bun — apps, input, screen, OCR, registry, OS — via MCP.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
umbriel · npm · 1.14.0
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.ObscuritySRL/umbriel",
"description": "See and drive a whole Windows machine from Bun — apps, input, screen, OCR, registry, OS — via MCP.",
"repository": {
"url": "https://github.com/ObscuritySRL/umbriel",
"source": "github"
},
"version": "1.14.0",
"packages": [
{
"registryType": "npm",
"identifier": "umbriel",
"version": "1.14.0",
"runtimeHint": "bunx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Capability profile: 'readonly' (inspect/read only), 'safe' (read + input + window — default), or 'full' (also os + fs tools).",
"format": "string",
"default": "safe",
"name": "UMBRIEL_PROFILE"
},
{
"description": "Set to '1' to allow the 'os' tools (launch_app/run_program/open_path, kill_process, manage_process, control_service, set_env, registry_get/registry_list/registry_set) AND the 'fs' tools (read_file/write_file/list_dir/stat_path/make_dir/copy_file/move_file/delete_file) regardless of profile.",
"format": "string",
"name": "UMBRIEL_OS"
},
{
"description": "Comma-separated tool names or categories to additionally allow on top of the profile.",
"format": "string",
"name": "UMBRIEL_ALLOW"
},
{
"description": "Comma-separated tool names or categories to deny, overriding the profile and UMBRIEL_ALLOW.",
"format": "string",
"name": "UMBRIEL_DENY"
},
{
"description": "Set to 'never' to forbid the real-cursor fallback entirely (strictly cursor-free). By default clicks/drags are cursor-free but fall back to the real hardware cursor when no cursor-free path exists.",
"format": "string",
"name": "UMBRIEL_CURSOR"
},
{
"description": "Sandbox root directory that the fs-category file tools (read_file/write_file/list_dir/stat_path/make_dir/copy_file/move_file/delete_file) are confined to when fs tools are enabled; open_path's path argument is honored too.",
"format": "string",
"name": "UMBRIEL_FS_ROOT"
},
{
"description": "File path to journal every mutating tool call as JSON Lines (tool, category, masked args, ok, observation); secret-bearing args and values are redacted. Unset = no trace.",
"format": "string",
"name": "UMBRIEL_TRACE"
},
{
"description": "File path to a flush-before-call diagnostic journal of every COM vcall (slot, this-pointer, arg count). Each line is written and flushed to the OS BEFORE the native call, so after an uncatchable crash the last line names the faulting call. Has per-call overhead; unset = off. For debugging native faults only.",
"format": "string",
"name": "UMBRIEL_FFI_TRACE"
},
{
"description": "Controls the default-on stderr audit of mutating tool calls. 'off' is the explicit opt-out (reported at startup); 'verbose' also audits reads.",
"format": "string",
"name": "UMBRIEL_AUDIT"
},
{
"description": "Credential masking (default on). 'off' opts out; a regex value overrides the built-in secret shapes masked in clipboard/env/registry reads and the trace journal.",
"format": "string",
"name": "UMBRIEL_REDACT"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-06-27T01:05:14.373197Z",
"publishedAt": "2026-06-27T01:05:14.373197Z",
"updatedAt": "2026-06-27T01:05:14.373197Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 1.14.0last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.