OSINT Toolbox for Cursor
io.github.renkagod/osint-toolbox-mcp
Run Sherlock, Maigret, Holehe, GHunt, theHarvester, SpiderFoot and more OSINT tools locally
client:Cursor
transport:stdio
runtime:pypi
Install OSINT Toolbox in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"osint-toolbox-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"osint-toolbox-mcp"
],
"env": {
"OSINT_SPIDERFOOT_DIR": "<OSINT_SPIDERFOOT_DIR>",
"OSINT_BLACKBIRD_DIR": "<OSINT_BLACKBIRD_DIR>",
"OSINT_EXIFTOOL": "<OSINT_EXIFTOOL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs