hex-mcp
0
hex-mcp is an MCP server for managing Hex projects, offering tools for project management and execution. It supports integration with AI agents using the MCP protocol through Cursor.
hex-mcp MCP server
A MCP server for Hex that implements tools to manage Hex projects, including listing, searching, retrieving project details, checking run statuses, executing projects, and canceling runs.
Features
- Lists available Hex projects
- Searches Hex projects by pattern
- Gets detailed information about projects
- Checks status of project runs
- Retrieves history of project runs
- Executes Hex projects
- Cancels running projects
Installation
- Recommended:
uv add hex-mcp
- Alternatively:
pip install hex-mcp
Configuration
Configure using the config
command or environment variables (HEX_API_KEY
, HEX_API_URL
).
Using with Cursor
Allows AI agents to interact with Hex via the MCP protocol using configuration in .cursor/mcp.json
.