datahogo for Grok
io.github.datahogo/datahogo
Scan a project for security issues locally with the open-source Data Hogo engine.
client:Grok
transport:stdio
runtime:npm
Install datahogo in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"datahogo": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@datahogo/mcp"
]
}
}
}
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