Loading MCP server directory, please wait...
MCP server for Inductive Automation Ignition: tags, alarms, history, and Perspective
npx @getmcp/cli add io.github.jsgorana/ignition-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
IGNITION_URLGateway base URL, e.g. http://localhost:8088
IGNITION_API_TOKENIgnition API key in 'name:secret' form
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.jsgorana/ignition-mcp": {
"command": "uvx",
"args": [
"ignition-mcp"
],
"env": {
"IGNITION_URL": "",
"IGNITION_API_TOKEN": "",
"IGNITION_BRIDGE_SECRET": "",
"IGNITION_ALLOW_WRITES": ""
}
}
}
}