feelautom/mcp-hack26-tia-connect-agentgateway
MCP_HACK//26 — Industrial Zero-Trust AI: T-IA Connect + AgentGateway for Siemens TIA Portal
Platform-specific configuration:
{
"mcpServers": {
"mcp-hack26-tia-connect-agentgateway": {
"command": "npx",
"args": [
"-y",
"mcp-hack26-tia-connect-agentgateway"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
> MCP_HACK//26 Submission — Solo.io & a16z Hackathon
AI-powered TIA Portal with an industrial-grade Zero-Trust proxy. T-IA Connect exposes Siemens TIA Portal as an MCP server — AgentGateway secures every single call.
[](https://www.youtube.com/watch?v=_OJYzbmBOvA)
T-IA Connect + AgentGateway: Industrial Zero-Trust AI in Action
---
What: An AI agent (Claude) that creates, configures and manages Siemens TIA Portal PLC projects — with every MCP call routed through AgentGateway for Zero-Trust security.
Why: In industrial automation, AI agents interacting with PLCs need strict guardrails. A single unauthorized command (stopping a CPU, closing a project) can halt a production line. AgentGateway adds the missing security layer.
How:
Claude Code (CLI) → AgentGateway (port 4000) → T-IA Connect (port 9000 SSE)
→ T-IA Connect REST (OpenAPI → MCP)
Key Results:
---
| Component | Role | Port | |-----------|------|------| | T-IA Connect | MCP Server for Siemens TIA Portal V20 (Openness API) | 9000 | | AgentGateway | Zero-Trust MCP proxy (Solo.io) | 4000 | | Admin / Playground | AgentGateway UI | 15000 | | Claude Code | AI Agent (Anthropic CLI) | — |
AgentGateway merges two backends into a single MCP endpoint:
Loading reviews...