> ## Documentation Index
> Fetch the complete documentation index at: https://docs.membit.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Gumloop

> Integrate real-time context to your Gumloop AI workflows via Membit MCP.

<img src="https://mintcdn.com/membit/4JB7OCBLDkpjkRT-/images/cover/gumloop.png?fit=max&auto=format&n=4JB7OCBLDkpjkRT-&q=85&s=0f129bbd5ecfd4807f8b7cf573151e55" alt="Cover Image" className="rounded-lg" noZoom width="1402" height="463" data-path="images/cover/gumloop.png" />

<Warning>
  **Current Integration Issue**: There are currently limitations with setting
  custom headers in the Gumloop MCP server configuration, which may prevent
  proper authentication with Membit's API. We are working to resolve this issue.
</Warning>

Gumloop is an intuitive no-code platform that enables you to build AI-powered workflows and automations. By integrating Membit with Gumloop, you can enhance your AI agents with real-time social context, allowing them to access current trends, breaking news, and live conversations from across the web.

## Prerequisites

Before you begin, make sure you have:

* An active Gumloop account ([sign up here](https://gumloop.com))
* A Membit account with an API key [get your API key](/access-and-auth)
* Basic familiarity with Gumloop's workflow builder

## Setting Up Membit MCP Server

Follow these steps to integrate Membit with your Gumloop workflows:

<Steps>
  <Step title="Access Settings">
    Navigate to your Gumloop dashboard and click on the **Settings** option in the main menu.

    <Frame>
      <img src="https://mintcdn.com/membit/4JB7OCBLDkpjkRT-/images/gumloop/go-to-setting.png?fit=max&auto=format&n=4JB7OCBLDkpjkRT-&q=85&s=6ce3a90333b21157358fd053f18f326c" alt="Gumloop dashboard with settings menu highlighted" className="w-full max-h-64 object-contain" width="754" height="1016" data-path="images/gumloop/go-to-setting.png" />
    </Frame>
  </Step>

  <Step title="Go to Personal Credentials">
    In the settings menu, locate and click on **Personal Credentials** to manage your external service connections.

    <Frame>
      <img src="https://mintcdn.com/membit/4JB7OCBLDkpjkRT-/images/gumloop/personal-cred.png?fit=max&auto=format&n=4JB7OCBLDkpjkRT-&q=85&s=85e2a8c84579b091c40fe56ecec7e770" alt="Gumloop settings page showing personal credentials section" className="w-full max-h-64 object-contain" width="934" height="980" data-path="images/gumloop/personal-cred.png" />
    </Frame>
  </Step>

  <Step title="Add New Credentials">
    Click the **Add Credentials** button to create a new credential set for external services.

    <Frame>
      <img src="https://mintcdn.com/membit/4JB7OCBLDkpjkRT-/images/gumloop/add-cred.png?fit=max&auto=format&n=4JB7OCBLDkpjkRT-&q=85&s=d9a65baddd401353a1b7397e9b96bbd1" alt="Add credentials button in Gumloop personal credentials page" width="2210" height="970" data-path="images/gumloop/add-cred.png" />
    </Frame>
  </Step>

  <Step title="Search for MCP Server">
    In the credential type search, type "MCP server" and select the **MCP Server** option when it appears.

    <Frame>
      <img src="https://mintcdn.com/membit/4JB7OCBLDkpjkRT-/images/gumloop/search-mcp-server.png?fit=max&auto=format&n=4JB7OCBLDkpjkRT-&q=85&s=92b586eacb2b017ef8894fe3f026784c" alt="Searching for MCP server in Gumloop credentials options" width="1678" height="1760" data-path="images/gumloop/search-mcp-server.png" />
    </Frame>

    <Check>
      The MCP Server credential type enables Gumloop to connect with external Model Context Protocol servers like Membit.
    </Check>
  </Step>

  <Step title="Configure MCP Server Settings">
    Fill in the MCP server configuration with the following details:

    ```
    URL: https://mcp.membit.ai/mcp
    Label: membit-mcp
    Additional Header: X-Membit-Api-Key: <your-api-key>
    ```

    <Frame>
      <img src="https://mintcdn.com/membit/4JB7OCBLDkpjkRT-/images/gumloop/mcp-server.png?fit=max&auto=format&n=4JB7OCBLDkpjkRT-&q=85&s=e553438e02f49859552ef73cc442d91a" alt="MCP server configuration form in Gumloop with URL and label fields" width="1150" height="1168" data-path="images/gumloop/mcp-server.png" />
    </Frame>

    <Warning>
      Replace `<your-api-key>` with your actual Membit API key. Keep this credential secure and don't share it with unauthorized users.
    </Warning>

    Click **Save** to store your MCP server credentials.
  </Step>
</Steps>

## Building Your First Workflow

Now that your Membit MCP server is configured, let's create a workflow that uses real-time context:

<Steps>
  <Step title="Navigate to the Hub">
    Go to the **Hub** section in your Gumloop dashboard to access the workflow builder.

    <Frame>
      <img src="https://mintcdn.com/membit/4JB7OCBLDkpjkRT-/images/gumloop/hub.png?fit=max&auto=format&n=4JB7OCBLDkpjkRT-&q=85&s=7d79418abb8d91d6f759c4a193aae8a8" alt="Gumloop hub interface showing available workflow options" width="3154" height="1160" data-path="images/gumloop/hub.png" />
    </Frame>
  </Step>

  <Step title="Create New Flow">
    Click **Create Flow** to start building a new workflow from scratch.
  </Step>

  <Step title="Add Your First Node">
    Click **Add your first node** to begin building your workflow logic.

    <Frame>
      <img src="https://mintcdn.com/membit/4JB7OCBLDkpjkRT-/images/gumloop/first-node.png?fit=max&auto=format&n=4JB7OCBLDkpjkRT-&q=85&s=a1e6face86e3ce2adbad31ec0523215c" alt="Gumloop workflow builder showing add first node option" width="2918" height="1468" data-path="images/gumloop/first-node.png" />
    </Frame>
  </Step>

  <Step title="Search for Ask AI">
    In the node search bar, type "Ask AI" to find the AI conversation node.

    <Frame>
      <img src="https://mintcdn.com/membit/4JB7OCBLDkpjkRT-/images/gumloop/ask-ai.png?fit=max&auto=format&n=4JB7OCBLDkpjkRT-&q=85&s=7d3f40863d689dedd25d36160f17345a" alt="Searching for Ask AI node in Gumloop node library" width="2642" height="1754" data-path="images/gumloop/ask-ai.png" />
    </Frame>
  </Step>

  <Step title="Configure Ask AI Node">
    Select the **Ask AI** node and configure it with these settings:

    <Frame>
      <img src="https://mintcdn.com/membit/4JB7OCBLDkpjkRT-/images/gumloop/ask-ai-detail.png?fit=max&auto=format&n=4JB7OCBLDkpjkRT-&q=85&s=a673702e4f78a6fd264d0aca87b5ca5b" alt="Ask AI node configuration interface in Gumloop" width="1080" height="1032" data-path="images/gumloop/ask-ai-detail.png" />
    </Frame>

    **Basic Configuration:**

    * **Prompt**: "Tell me about crypto news using membit" (or your preferred query)
    * **AI Model**: Choose "Claude 4 Sonnet" or your preferred model

    <Frame>
      <img src="https://mintcdn.com/membit/4JB7OCBLDkpjkRT-/images/gumloop/ask-ai-option.png?fit=max&auto=format&n=4JB7OCBLDkpjkRT-&q=85&s=e9cde1102c13c201881a6f475fc539db" alt="Ask AI node options showing MCP server connection settings" width="1442" height="1040" data-path="images/gumloop/ask-ai-option.png" />
    </Frame>

    **Advanced Options:**

    1. Click **"Show more options"**
    2. Set **"Connect MCP server"** to **Yes**
    3. Choose **MCP servers**: Select the "membit-mcp" you created earlier
  </Step>

  <Step title="Test Your Workflow">
    Click **Run** to execute your workflow and see Membit's real-time context in action.

    <Frame caption="Workflow execution showing real-time context from Membit">
      <img src="https://mintcdn.com/membit/4JB7OCBLDkpjkRT-/images/gumloop/run.png?fit=max&auto=format&n=4JB7OCBLDkpjkRT-&q=85&s=4d4f4c2ddd206bac50a5c06181fa7fdc" alt="Gumloop workflow execution results showing AI response with real-time context" width="1066" height="1420" data-path="images/gumloop/run.png" />
    </Frame>

    <Check>
      If successful, your AI agent will respond with current information about your query topic, powered by Membit's real-time data feed.
    </Check>
  </Step>
</Steps>

## Troubleshooting

<AccordionGroup>
  <Accordion title="MCP Server Connection Issues">
    **Problem**: Cannot connect to Membit MCP server in Gumloop

    **Solutions**:

    Verify the MCP server URL is correct: `https://mcp.membit.ai/mcp`

    Check your API key is correct and active

    Ensure the Additional Header format is exact: `X-Membit-Api-Key: <your-api-key>`

    Try re-saving the MCP server credentials

    Check if Gumloop has proper internet access
  </Accordion>

  <Accordion title="Authentication Failures">
    **Problem**: API key authentication is failing

    **Solutions**:

    Verify your Membit API key is active in your dashboard

    Ensure there are no extra spaces or characters in the API key

    Check that the header name is exactly `X-Membit-Api-Key` (case-sensitive)

    Try generating a new API key if the current one isn't working

    Confirm your Membit account has sufficient credits/usage allowance
  </Accordion>

  <Accordion title="Ask AI Node Configuration">
    **Problem**: Ask AI node doesn't use Membit tools

    **Solutions**:

    Ensure "Connect MCP server" is set to **Yes**

    Verify the "membit-mcp" server is selected in MCP servers dropdown

    Try switching to Claude 4 Sonnet model for better tool usage

    Make your prompt more explicit about using Membit: "Use membit to tell me about..."

    Check if the workflow has proper permissions to access external servers
  </Accordion>
</AccordionGroup>
