Skip to content
Gemini CLI

mcp server for Gemini CLI

io.github.fastalertnow/mcp-server

Official MCP server for FastAlert, providing tools to list channels and send notifications.

client:Gemini CLI transport:stdio runtime:npm

Install mcp server in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "fastalert-mcp-server"
      ]
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

mcp server in other clients