Server data from the Official MCP Registry
MCP server for Inductive Automation Ignition: tags, alarms, history, and Perspective
MCP server for Inductive Automation Ignition: tags, alarms, history, and Perspective
ignition-mcp is a well-architected MCP server with solid security foundations: authentication is mandatory, write operations are gated behind explicit opt-in, and the bridge plane uses HMAC-SHA256 request signing. However, several code quality and vulnerability concerns reduce confidence. The bridge implementation has a time-skew vulnerability (±300s window), insufficient input validation in some handlers, and the path traversal protection, while present, relies on string operations rather than canonicalization. Additionally, error handling is inconsistent and SQL injection is possible in db_query when mutating is true. These issues are moderate in severity but should be addressed before production use. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
6 files analyzed · 17 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: IGNITION_URL
Environment variable: IGNITION_API_TOKEN
Environment variable: IGNITION_BRIDGE_SECRET
Environment variable: IGNITION_ALLOW_WRITES
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-jsgorana-ignition-mcp": {
"env": {
"IGNITION_URL": "your-ignition-url-here",
"IGNITION_API_TOKEN": "your-ignition-api-token-here",
"IGNITION_ALLOW_WRITES": "your-ignition-allow-writes-here",
"IGNITION_BRIDGE_SECRET": "your-ignition-bridge-secret-here"
},
"args": [
"ignition-mcp"
],
"command": "uvx"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.