Skip to content
Cursor

SecHelix for Cursor

io.github.omarmohelal/sechelix

Evidence-first security review of authorized repositories. Read-only, root-confined, no shell.

client:Cursor transport:stdio runtime:pypi

Install SecHelix in Cursor

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

{
  "mcpServers": {
    "sechelix": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "sechelix"
      ]
    }
  }
}

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

SecHelix in other clients