Skip to content
Zed

shodan for Zed

io.github.burtthecoder/shodan

MCP server for Shodan API — device search, IP lookup, DNS, and CVE/CPE queries.

client:Zed transport:stdio runtime:npm

Install shodan 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": {
    "shodan": {
      "command": "npx",
      "args": [
        "-y",
        "@burtthecoder/mcp-shodan"
      ],
      "env": {
        "SHODAN_API_KEY": "<SHODAN_API_KEY>"
      }
    }
  }
}

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

shodan in other clients