Glif MCP ServerServer

glifxyz
GitHub
AI WorkflowsAutomationMetadata Access

Loading subscription status...

💡 Description

MCP server for running AI workflows from glif.app. This server provides tools to run glifs, manage bots, and access metadata of glifs through the Model Context Protocol (MCP). It also allows customization of available tools through metatools to add and remove tools.

📝 JSON Entries

{
  "mcpServers": [
    {
      "glif": {
        "env": {
          "GLIF_API_TOKEN": "your-token-here"
        },
        "args": [
          "-y",
          "@glifxyz/glif-mcp-server@latest"
        ],
        "command": "npx"
      }
    },
    {
      "glif": {
        "env": {
          "GLIF_IDS": "cm2v9aiga00008vfqdiximl2m,cm2v98jk6000r11afslqvooil,cm2v9rp66000bat9wr606qq6o",
          "GLIF_API_TOKEN": "your-token-here",
          "IGNORE_SAVED_GLIFS": true
        },
        "args": [
          "/path/to/glif-mcp/build/index.js"
        ],
        "command": "node"
      }
    }
  ]
}

🛠️ Tools

run_glifglif_infolist_featured_glifssearch_glifslist_botsload_botsave_bot_skills_as_toolsmy_glifsmy_glif_user_infosave_glif_as_toolremove_glif_toolremove_all_glif_toolslist_saved_glif_tools

Features

  • Run glifs with inputs
  • Detailed information about glifs
  • Access glif metadata through URI

💬 Example Queries

  • Run a glif with specific inputs
  • Get detailed information about glifs, runs, and users
  • Access glif metadata through URI-based resources