Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
A Model Context Protocol (MCP) server for running AI workflows from glif.app, providing tools for running glifs, managing bots, and accessing glif metadata.
Add this to your MCP client configuration:
{
"mcpServers": {
"glifxyz-glif-mcp-server": {
"command": "npx",
"args": [
"-y",
"@glifxyz/glif-mcp-server@latest"
],
"env": {
"GLIF_API_TOKEN": "<Your Glif API token from glif.app/settings/api-tokens>"
}
}
}
}{
"id": "glifxyz-glif-mcp-server",
"name": "Glif",
"description": "A Model Context Protocol (MCP) server for running AI workflows from glif.app, providing tools for running glifs, managing bots, and accessing glif metadata.",
"source_url": "https://github.com/glifxyz/glif-mcp-server",
"publisher_name": "glifxyz",
"publisher_url": "https://github.com/glifxyz",
"is_official": true,
"license": "",
"runtime": "node",
"downloads": 1030,
"requires_oauth": false,
"distribution": {
"type": "npm",
"package": "@glifxyz/glif-mcp-server"
},
"tools_count": 10
}