Skip to content
Cursor

hlix for Cursor

io.github.hlix-ai/hlix

Work with Hlix projects, tasks, cycles, comments, and verified reviews in one workspace.

client:Cursor transport:stdio runtime:npm

Install hlix in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "hlix": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@hlix/mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

hlix in other clients