Skip to content
Gemini CLI

Ignition MCP for Gemini CLI

io.github.jsgorana/ignition-mcp

MCP server for Inductive Automation Ignition: tags, alarms, history, and Perspective

client:Gemini CLI transport:stdio runtime:pypi

Install Ignition MCP in Gemini CLI

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

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

{
  "mcpServers": {
    "ignition-mcp": {
      "command": "uvx",
      "args": [
        "ignition-mcp"
      ],
      "env": {
        "IGNITION_URL": "<IGNITION_URL>",
        "IGNITION_API_TOKEN": "<IGNITION_API_TOKEN>",
        "IGNITION_BRIDGE_SECRET": "<IGNITION_BRIDGE_SECRET>",
        "IGNITION_ALLOW_WRITES": "<IGNITION_ALLOW_WRITES>"
      }
    }
  }
}

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

Ignition MCP in other clients