openplc-engineering-mcp
openplc-engineering-mcp
Un pequeño servidor MCP en Python que expone operaciones de ingeniería orientadas a dominio y de solo lectura para OpenPLC.
El proyecto es una implementación experimental temprana. Su propósito actual es establecer un límite de integración mínimo y comprobable entre agentes compatibles con MCP y proyectos de OpenPLC Editor.
Arquitectura
MCP Host / LLM Agent
|
| MCP
v
OpenPLC Engineering MCP
|
v
OpenPLCEl servidor utiliza el SDK oficial de Model Context Protocol para Python y transporte stdio. No modifica OpenPLC ni expone herramientas genéricas de sistema de archivos o shell.
Related MCP server: gx3-mcp-server
Requisitos
Python 3.12+
Node.js/npm solo cuando se usa MCP Inspector (
mcp devusanpx)
Instalación
git clone https://github.com/industrix-com-br/openplc-engineering-mcp.git
cd openplc-engineering-mcp
uv syncEjecución
Inicie el servidor MCP stdio:
uv run openplc-engineering-mcpÁbralo con MCP Inspector:
uv run mcp dev src/openplc_engineering_mcp/server.py --with-editable .Pruebas
uv run pytestLas pruebas usan la interfaz Client(mcp) en memoria del SDK oficial en lugar de llamar directamente a las funciones de herramienta.
Herramientas actuales
get_server_info— informa las capacidades actuales del servidor.get_project_structure— devuelve la estructura relevante de un proyecto de OpenPLC Editor.list_pous— lista programas, bloques de función y funciones usando el diseño actual del proyecto de OpenPLC Editor.
La inspección de proyectos de OpenPLC sigue el diseño actual del Editor: project.json en la raíz del proyecto, POUs debajo de pous/programs, pous/function-blocks y pous/functions, además de las ubicaciones relacionadas de dispositivos y tipos de datos utilizadas por el Editor.
Alcance
Esta versión es intencionalmente de solo lectura y experimental. No incluye modificación de proyectos, compilación, despliegue, control en tiempo de ejecución, forzado de variables, autenticación, transporte HTTP ni acceso sin restricciones a shell/sistema de archivos. Esas capacidades deberían agregarse solo cuando requisitos concretos lo justifiquen.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseBqualityDmaintenanceEnables AI agents to read and understand local Mendix project structure and logic by connecting directly to the .mpr file via MCP. Allows querying microflows, entities, attributes, and modules in read-only mode without requiring cloud access.41
- FlicenseBqualityBmaintenanceProvides read-only analysis of Mitsubishi GX Works3 PLC projects via MCP, enabling device tracing, cross-referencing, ladder inspection, linting, and report generation without modifying source projects.12
- FlicenseNot gradedqualityCmaintenanceEnables MCP agents to inspect deployment knowledge extracted from a repository, covering workflows, services, deployments, and images.
- FlicenseNot gradedqualityBmaintenanceProvides read-only, structured access to Yasin ecosystem information (project registry, documentation, GitHub state, diagnostics) through the MCP protocol, enabling AI agents to query without direct repository access.
Related MCP Connectors
Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.
Read-only Remote MCP for externally grounded AI agent trust receipts.
MEOK ABCI Bridge MCP — read-only Tendermint / Cosmos blockchain query for agents. Built-in registry
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/industrix-com-br/openplc-engineering-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server