← Back to MCP Directory
Hex guMCP Server

Hex guMCP Server

Interact with Hex to manage projects, runs, collections, data connections, users, and groups

Tools

  • List Projects

    List projects in your Hex workspace, or get a specific project by ID. Supports filtering by status, category, creator, owner, and collection.

  • Update Project Status

    Update the status of a Hex project

  • Update Project Sharing Users

    Update user-level sharing permissions on a Hex project. Set access levels for individual users (max 25 per request).

  • Update Project Sharing Workspace

    Update workspace and public sharing permissions on a Hex project

  • Run Project

    Trigger a run of a published Hex project. Returns immediately with run ID and status URL - use list_project_runs with the run_id to poll for completion.

  • List Project Runs

    List runs for a Hex project, or get a specific run's status by run_id. Use to monitor run progress after triggering with run_project.

  • Cancel Run

    Cancel an active run for a Hex project

  • List Collections

    List collections in your Hex workspace, or get a specific collection by ID

  • Create Collection

    Create a new collection in your Hex workspace

  • Update Collection

    Update a collection's name or description

  • List Data Connections

    List data connections in your Hex workspace, or get a specific connection by ID

  • Update Data Connection

    Update a data connection's settings, credentials, or sharing configuration

  • List Users

    List users in your Hex workspace

  • Deactivate User

    Deactivate a user in your Hex workspace. This removes their access but preserves their content.

  • List Groups

    List groups in your Hex workspace, or get a specific group by ID

  • Create Group

    Create a new group in your Hex workspace with optional initial members

  • Update Group

    Update a group's name and/or add/remove members by user ID

  • Delete Group

    Delete a group from your Hex workspace

Installation Steps

Get StartedGet Started
1

Create a Gumloop Account

To use this MCP, you need a Gumloop account. If you don't have one yet, you can create one for free.

2

Copy Your Server URL

Copy your MCP server URL and add it to your client. You'll be prompted to authorize on first use.