Skip to content

OSINT Toolbox for Zed

io.github.renkagod/osint-toolbox-mcp

Run Sherlock, Maigret, Holehe, GHunt, theHarvester, SpiderFoot and more OSINT tools locally

client:Zed transport:stdio runtime:pypi

Install OSINT Toolbox in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "osint-toolbox-mcp": {
      "command": "uvx",
      "args": [
        "osint-toolbox-mcp"
      ],
      "env": {
        "OSINT_SPIDERFOOT_DIR": "<OSINT_SPIDERFOOT_DIR>",
        "OSINT_BLACKBIRD_DIR": "<OSINT_BLACKBIRD_DIR>",
        "OSINT_EXIFTOOL": "<OSINT_EXIFTOOL>"
      }
    }
  }
}

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

OSINT Toolbox in other clients