Malware Patrol Threat Intelligence MCP server for Gemini CLI
io.github.andrec10002/mcp-server-threat-intelligence
Our MCP Server connects AI workflows to current, curated cyber threat intelligence
client:Gemini CLI
transport:streamable-http
Install Malware Patrol Threat Intelligence MCP server in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"mcp-server-threat-intelligence": {
"httpUrl": "https://mcp.malwarepatrol.net/v1?api_key={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