Skip to content
Zed

OSINT MCP for Zed

io.github.rjn32s/osint-mcp

26 free OSINT tools as MCP tools for AI agents. Auto-installs everything on first run.

client:Zed transport:stdio runtime:pypi

Install OSINT MCP 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-mcp": {
      "command": "uvx",
      "args": [
        "osint-mcp"
      ],
      "env": {
        "SHODAN_KEY": "<SHODAN_KEY>",
        "VIRUSTOTAL_KEY": "<VIRUSTOTAL_KEY>",
        "IPINFO_KEY": "<IPINFO_KEY>",
        "HIBP_KEY": "<HIBP_KEY>",
        "URLSCAN_KEY": "<URLSCAN_KEY>"
      }
    }
  }
}

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

OSINT MCP in other clients