SecHelix for Grok
io.github.omarmohelal/sechelix
Evidence-first security review of authorized repositories. Read-only, root-confined, no shell.
client:Grok
transport:stdio
runtime:pypi
Install SecHelix in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"sechelix": {
"type": "stdio",
"command": "uvx",
"args": [
"sechelix"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs