Gumloop MCP ServerServer

tiovikram
GitHub
automationAPI integrationfile management

Loading subscription status...

💡 Description

MCP server for the Gumloop API, allowing AI models to manage and execute automations through a standardized interface.

📝 JSON Entries

{
  "mcpServers": [
    {
      "gumloop": {
        "env": {
          "GUMLOOP_API_KEY": "<YOUR_GUMLOOP_API_KEY>"
        },
        "args": [
          "-y",
          "gumloop-mcp-server"
        ],
        "command": "npx"
      }
    },
    {
      "gumloop": {
        "env": {
          "GUMLOOP_API_KEY": "<YOUR_GUMLOOP_API_KEY>"
        },
        "args": [
          "run",
          "-i",
          "--rm",
          "-e",
          "GUMLOOP_API_KEY",
          "gumloop-mcp-server"
        ],
        "command": "docker"
      }
    }
  ]
}

🛠️ Tools

startAutomationretrieveRunDetailslistSavedFlowslistWorkbooksretrieveInputSchemauploadFileuploadMultipleFilesdownloadFiledownloadMultipleFiles

Features

  • Workflow management
  • Workspace discovery
  • Input schema retrieval
  • File operations
  • Context-aware execution

💬 Example Queries

  • Start a saved automation flow
  • Check the status of a running automation
  • Get all saved flows for a user
  • Upload a file to be used in an automation