MCP Server
MCP
GNOME UI MCP
GNOME Wayland desktop automation via AT-SPI discovery and Mutter input.
Install
oci:ghcr.io/asattelmaier/gnome-ui-mcp:0.5.0
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/asattelmaier/gnome-ui-mcp:0.5.0",
"runtimeHint": "docker",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"value": "run",
"type": "positional"
},
{
"type": "named",
"name": "-i"
},
{
"type": "named",
"name": "--rm"
},
{
"value": "apparmor=unconfined",
"type": "named",
"name": "--security-opt"
},
{
"value": "host",
"type": "named",
"name": "--network"
},
{
"value": "{uid}:{gid}",
"variables": {
"gid": {
"description": "Host group ID used to run the container.",
"isRequired": true,
"format": "number",
"default": "1000"
},
"uid": {
"description": "Host user ID used to run the container.",
"isRequired": true,
"format": "number",
"default": "1000"
}
},
"type": "named",
"name": "--user"
},
{
"value": "DBUS_SESSION_BUS_ADDRESS",
"type": "named",
"name": "-e"
},
{
"value": "XDG_RUNTIME_DIR",
"type": "named",
"name": "-e"
},
{
"value": "WAYLAND_DISPLAY",
"type": "named",
"name": "-e"
},
{
"value": "DISPLAY",
"type": "named",
"name": "-e"
},
{
"value": "XDG_SESSION_TYPE",
"type": "named",
"name": "-e"
},
{
"value": "{xdg_runtime_dir}:{xdg_runtime_dir}",
"variables": {
"xdg_runtime_dir": {
"description": "Host XDG runtime directory mounted into the container.",
"isRequired": true,
"format": "filepath",
"placeholder": "/run/user/1000"
}
},
"type": "named",
"name": "-v"
},
{
"value": "/tmp/.X11-unix:/tmp/.X11-unix:ro",
"type": "named",
"name": "-v"
}
]
}
]
}
mcp
model-context-protocol
oci
By
Comments
Sign in to leave a comment