MCP Server
MCP
Ignition MCP
MCP server for Inductive Automation Ignition: tags, alarms, history, and Perspective
Install
uvx ignition-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "ignition-mcp",
"version": "0.1.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Gateway base URL, e.g. http://localhost:8088",
"isRequired": true,
"format": "string",
"name": "IGNITION_URL"
},
{
"description": "Ignition API key in 'name:secret' form",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "IGNITION_API_TOKEN"
},
{
"description": "HMAC secret shared with the mcp-bridge WebDev project; enables live tag/alarm/history/Perspective tools",
"format": "string",
"isSecret": true,
"name": "IGNITION_BRIDGE_SECRET"
},
{
"description": "Set to 'true' to enable mutating tools (each call still requires confirm=true)",
"format": "string",
"name": "IGNITION_ALLOW_WRITES"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment