glif.app

glif.app

Easily run glif.app AI workflows inside your LLM: image generators, memes, selfies, and more. Glif supports all major multimedia AI models inside one app.

3.3K

10 Tools

Packaged by
Requires Secrets
Add to Docker Desktop

Version 4.43 or later needs to be installed to add the server automatically

About

glif.app MCP Server

Easily run glif.app AI workflows inside your LLM: image generators, memes, selfies, and more. Glif supports all major multimedia AI models inside one app.

What is an MCP Server?

MCP Info

AttributeDetails
Docker Imagemcp/glif
Authorglifxyz
Repositoryhttps://github.com/glifxyz/glif-mcp-server

Image Building InfoDockerfile|https://github.com/glifxyz/glif-mcp-server/blob/main/Dockerfile

Docker Image built by|Docker Inc. Docker Scout Health Score| Docker Scout Health ScoreVerify Signature|COSIGN_REPOSITORY=mcp/signatures cosign verify mcp/glif --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pubLicence|MIT License

Available Tools (10)

Tools provided by this ServerShort Description
glif_infoGet detailed information about a glif including input fields
list_featured_glifsGet a curated list of featured glifs
list_saved_glif_toolsList all saved glif tools
my_glif_user_infoGet detailed information about your user account, recent glifs, and recent runs
my_glifsGet a list of your glifs
remove_all_glif_toolsRemove all saved glif tools and return to a pristine state
remove_glif_toolRemove a saved glif tool
run_glifRun a glif with the specified ID and inputs
save_glif_as_toolSave a glif as a custom tool
search_glifsSearch for glifs by query string

Tools Details

Tool: glif_info

Get detailed information about a glif including input fields

ParametersTypeDescription
idstringThe ID of the glif to show details for

Tool: list_featured_glifs

Get a curated list of featured glifs

Tool: list_saved_glif_tools

List all saved glif tools

Tool: my_glif_user_info

Get detailed information about your user account, recent glifs, and recent runs

Tool: my_glifs

Get a list of your glifs

Tool: remove_all_glif_tools

Remove all saved glif tools and return to a pristine state

Tool: remove_glif_tool

Remove a saved glif tool

ParametersTypeDescription
toolNamestringThe tool name of the saved glif to remove

Tool: run_glif

Run a glif with the specified ID and inputs

ParametersTypeDescription
idstringThe ID of the glif to run
inputsarrayArray of input values for the glif

Tool: save_glif_as_tool

Save a glif as a custom tool

ParametersTypeDescription
idstringThe ID of the glif to save
toolNamestringThe name to use for the tool (must be unique)
descriptionstringoptionalOptional custom description (defaults to glif description)
namestringoptionalOptional custom name for the tool (defaults to glif name)

Tool: search_glifs

Search for glifs by query string

ParametersTypeDescription
querystringSearch query string

Use this MCP Server

{
  "mcpServers": {
    "glif": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "GLIF_IDS",
        "-e",
        "IGNORE_SAVED_GLIFS",
        "-e",
        "GLIF_API_TOKEN",
        "mcp/glif"
      ],
      "env": {
        "GLIF_IDS": "",
        "IGNORE_SAVED_GLIFS": "false",
        "GLIF_API_TOKEN": "your-token-here"
      }
    }
  }
}

Why is it safer to run MCP Servers with Docker?

Manual installation

You can install the MCP server using:

Installation for

Related servers