Embed Gist

Displays an inline styled snippet view of remote code from GitHub Gists.

Surfaces
webmcp-apps
Degraded on
SurfaceNote
google-chatScript restrictions fallback to basic text links.
emailScript inject routines cannot load outside web environments.
google-apps-script-webexternal iframe — depends on site's X-Frame-Options; test before use
Live preview
🐙 GitHub Gist
Fields
FieldType
gist_idstring. Hexadecimal identifier for target file fragments.required
Example payload
{
  "type": "embed_gist",
  "gist_id": "Gist id"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:embed_gist",
  "displayName": "Embed Gist",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/embed_gist",
  "capabilities": [
    "web",
    "mcp-apps"
  ],
  "description": "Displays an inline styled snippet view of remote code from GitHub Gists.",
  "representativeQueries": [
    "show a embed version-controlled GitHub Gist source code snippets",
    "displays an inline styled snippet view of remote code from github gists.",
    "render a embed gist"
  ]
}
← Full ARD catalog
Deploy your own Google Apps Script renderer

The renderer is an open-source Google Apps Script web app. Deploy your own instance in 4 commands — you own the URL, no dependency on the demo endpoint.

git clone https://github.com/a2uicatalog/a2ui
cd a2ui/apps-script-surface/gas-wired-renderer
clasp push && clasp deploy
Full deploy guide →