greynoise for Windsurf
io.github.nickjlucker/greynoise
MCP server for GreyNoise API - Check if IPs are internet background noise or targeted attacks
client:Windsurf
transport:stdio
runtime:npm
Install greynoise in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"greynoise": {
"command": "npx",
"args": [
"-y",
"mcp-greynoise"
],
"env": {
"GREYNOISE_API_KEY": "<GREYNOISE_API_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs