Skip to content
Zed

datahogo for Zed

io.github.datahogo/datahogo

Scan a project for security issues locally with the open-source Data Hogo engine.

client:Zed transport:stdio runtime:npm

Install datahogo in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "datahogo": {
      "command": "npx",
      "args": [
        "-y",
        "@datahogo/mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

datahogo in other clients