Deprecated — use the hosted Glif MCP server at https://glif.app/mcp
10K+
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 |
| Attribute | Details |
|---|---|
| Dockerfile | https://github.com/glifxyz/glif-mcp-server/blob/91fc5343911ea1cf3f3de675d0516cb300e06f9a/Dockerfile |
| Commit | 91fc5343911ea1cf3f3de675d0516cb300e06f9a |
| 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_infoGet detailed information about a glif including input fields
| Parameters | Type | Description |
|---|---|---|
id | string | The ID of the glif to show details for |
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
| Parameters | Type | Description |
|---|---|---|
toolName | string | The tool name of the saved glif to remove |
run_glifRun 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_toolSave 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_glifsSearch 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"
}
}
}
}
Content type
Image
Digest
sha256:3f93ddcee…
Size
152.1 MB
Last updated
9 months ago
docker pull mcp/glifPulls:
1,253
Last week