Serversio.github.asattelmaier/gnome-ui-mcp
M

GNOME UI MCP

io.github.asattelmaier/gnome-ui-mcp · v0.4.1
▦ docker
v0.4.1docker oci: ghcr.io/asattelmaier/gnome-ui-mcp:0.4.1↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.asattelmaier/gnome-ui-mcp",
  "description": "GNOME Wayland desktop automation via AT-SPI discovery and Mutter input.",
  "title": "GNOME UI MCP",
  "repository": {
    "url": "https://github.com/asattelmaier/gnome-ui-mcp",
    "source": "github",
    "id": "1182349667"
  },
  "version": "0.4.1",
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/asattelmaier/gnome-ui-mcp:0.4.1",
      "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"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}