Skip to content
Zed

Ignition MCP for Zed

io.github.jsgorana/ignition-mcp

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

client:Zed transport:stdio runtime:pypi

Install Ignition MCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Ignition MCP in other clients