alertlogic mcp for Gemini CLI
io.github.rijul170/alertlogic-mcp
MCP server for Alert Logic MDR — incident response, log search, SOAR, and SOC workflows
client:Gemini CLI
transport:stdio
runtime:pypi
Install alertlogic mcp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"alertlogic-mcp": {
"command": "uvx",
"args": [
"alertlogic-mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs