hex-mcp

hex-mcp

3.1

If you are the rightful owner of hex-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A MCP server for Hex that implements various tools for managing Hex projects.

The hex-mcp server is a Model Context Protocol (MCP) server designed to facilitate interaction with Hex projects. It provides a suite of tools that allow users to list, search, and manage Hex projects efficiently. The server can execute projects, check their status, and manage project runs, making it a versatile tool for developers working with Hex. Installation is straightforward, with options to use either 'uv' or 'pip'. Configuration can be done via a command or environment variables, ensuring flexibility in setup. The server integrates seamlessly with Cursor, allowing AI agents to interact with Hex projects through the MCP protocol. This integration is particularly useful for automating workflows and enhancing productivity. The server is still under development, so users should be aware of potential changes in functionality.

Features

  • Lists available Hex projects
  • Searches for Hex projects by pattern
  • Provides detailed information about specific projects
  • Checks the status of a project run
  • Executes and manages Hex project runs

Tools

  1. list_hex_projects

    Lists available Hex projects

  2. search_hex_projects

    Search for Hex projects by pattern

  3. get_hex_project

    Get detailed information about a specific project

  4. get_hex_run_status

    Check the status of a project run

  5. get_hex_project_runs

    Get the history of project runs

  6. run_hex_project

    Execute a Hex project

  7. cancel_hex_run

    Cancel a running project