greynoise for Gemini CLI
io.github.nickjlucker/greynoise
MCP server for GreyNoise API - Check if IPs are internet background noise or targeted attacks
client:Gemini CLI
transport:stdio
runtime:npm
Install greynoise in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"greynoise": {
"command": "npx",
"args": [
"-y",
"mcp-greynoise"
],
"env": {
"GREYNOISE_API_KEY": "<GREYNOISE_API_KEY>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs