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
Version 4.43 or later needs to be installed to add the server automatically
Use cases
About
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.
Attribute | Details |
---|---|
Docker Image | mcp/glif |
Author | glifxyz |
Repository | https://github.com/glifxyz/glif-mcp-server |
Docker Image built by|Docker Inc.
Docker Scout Health Score| Verify Signature|
COSIGN_REPOSITORY=mcp/signatures cosign verify mcp/glif --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pub
Licence|MIT License
Tools provided by this Server | Short Description |
---|---|
glif_info | Get detailed information about a glif including input fields |
list_featured_glifs | Get a curated list of featured glifs |
list_saved_glif_tools | List all saved glif tools |
my_glif_user_info | Get detailed information about your user account, recent glifs, and recent runs |
my_glifs | Get a list of your glifs |
remove_all_glif_tools | Remove all saved glif tools and return to a pristine state |
remove_glif_tool | Remove a saved glif tool |
run_glif | Run a glif with the specified ID and inputs |
save_glif_as_tool | Save a glif as a custom tool |
search_glifs | Search for glifs by query string |
glif_info
Get detailed information about a glif including input fields
Parameters | Type | Description |
---|---|---|
id | string | The ID of the glif to show details for |
list_featured_glifs
Get a curated list of featured glifs
list_saved_glif_tools
List all saved glif tools
my_glif_user_info
Get detailed information about your user account, recent glifs, and recent runs
my_glifs
Get a list of your glifs
remove_all_glif_tools
Remove all saved glif tools and return to a pristine state
remove_glif_tool
Remove a saved glif tool
Parameters | Type | Description |
---|---|---|
toolName | string | The tool name of the saved glif to remove |
run_glif
Run a glif with the specified ID and inputs
Parameters | Type | Description |
---|---|---|
id | string | The ID of the glif to run |
inputs | array | Array of input values for the glif |
save_glif_as_tool
Save a glif as a custom tool
Parameters | Type | Description |
---|---|---|
id | string | The ID of the glif to save |
toolName | string | The name to use for the tool (must be unique) |
description | string optional | Optional custom description (defaults to glif description) |
name | string optional | Optional custom name for the tool (defaults to glif name) |
search_glifs
Search for glifs by query string
Parameters | Type | Description |
---|---|---|
query | string | Search query string |
{
"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"
}
}
}
}
Manual installation
You can install the MCP server using:
Installation for