Skip to content
Cline

greynoise for Cline

io.github.nickjlucker/greynoise

MCP server for GreyNoise API - Check if IPs are internet background noise or targeted attacks

client:Cline transport:stdio runtime:npm

Install greynoise in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "greynoise": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-greynoise"
      ],
      "env": {
        "GREYNOISE_API_KEY": "<GREYNOISE_API_KEY>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

greynoise in other clients