hex-mcp MCP server
A MCP server for Hex that implements the following tools:
list_hex_projects
: Lists available Hex projectssearch_hex_projects
: Search for Hex projects by patternget_hex_project
: Get detailed information about a specific projectget_hex_run_status
: Check the status of a project runget_hex_project_runs
: Get the history of project runsrun_hex_project
: Execute a Hex projectcancel_hex_run
: Cancel a running project
Installation
Using uv is the recommended way to install hex-mcp:
Or using pip:
To confirm it's working, you can run:
Configuration
Using the config command (recommended)
The easiest way to configure hex-mcp is by using the config
command and passing your API key and API URL (optional and defaults to https://app.hex.tech/api/v1
):
Note
This saves your configuration to a file in your home directory (e.g. ~/.hex-mcp/config.yml
), making it available for all hex-mcp invocations.
Using environment variables
Alternatively, the Hex MCP server can be configured with environment variables:
HEX_API_KEY
: Your Hex API keyHEX_API_URL
: The Hex API base URL
When setting up environment variables for MCP servers they need to be either global for Cursor to pick them up or make use of uv's --env-file
flag when invoking the server.
Using with Cursor
Cursor allows AI agents to interact with Hex via the MCP protocol. Follow these steps to set up and use hex-mcp with Cursor. You can create a .cursor/mcp.json
file in your project root with the following content:
Alternatively, you can use the hex-mcp
command directly if it's in your PATH:
Once it's up and running, you can use it in Cursor by initiating a new AI (Agent) conversation and ask it to list or run a Hex project.
Important
The MCP server and CLI is still in development and subject to breaking changes.
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
A server that allows AI assistants to access, view, run, and manage Hex projects through a standardized interface.
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityA server that enhances AI assistants with the ability to update your JSON Resume by analyzing your coding projects, automatically extracting skills and generating professional descriptions.Last updated -33239TypeScriptThe Unlicense
- -securityAlicense-qualityA server that enables AI assistants to understand and interact with Unity projects in real-time, providing access to scene hierarchy, project settings, and the ability to execute code directly in the Unity Editor.Last updated -40MIT License
- -securityFlicense-qualityA server that enables AI assistants to interact with Linear's project management tools through the Model Context Protocol, supporting features like searching, creating, and updating issues, adding comments, and retrieving user profiles and team information.Last updated -TypeScript
- -securityAlicense-qualityA server that enables AI assistants like Claude to safely run Python code and access websites, processing data for better AI understanding while providing helpful error messages.Last updated -2PythonGPL 3.0