shodan for Windsurf
io.github.w0h1v/shodan
MCP server for Shodan API — device search, IP lookup, DNS, and CVE/CPE queries.
client:Windsurf
transport:stdio
runtime:npm
Install shodan in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"shodan": {
"command": "npx",
"args": [
"-y",
"@burtthecoder/mcp-shodan"
],
"env": {
"SHODAN_API_KEY": "<SHODAN_API_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs