cmms-mcp-server
Verified Safeby AnuwatThisuka
Overview
Integrates Manufacturing Execution System (MES), Computerized Maintenance Management System (CMMS), and Internet of Things (IoT) data through a Model Context Protocol (MCP) server.
Installation
npm startSecurity Notes
The server primarily communicates via standard I/O (stdio) as intended by the Model Context Protocol (MCP) design, significantly reducing direct network attack surface. It uses mock data, meaning it does not connect to external databases or APIs in its current form, thus avoiding risks associated with external system credentials or data exposure. Input parameters for tool calls are well-defined with JSON schemas, mitigating injection risks for filtering operations on in-memory mock data. No 'eval', direct child process execution from user input, or hardcoded sensitive credentials are found. The primary security consideration for future development would be when integrating with actual MES/CMMS/IoT systems and ensuring secure handling of real API credentials and network interactions.
Similar Servers
mesh
An open-source control plane for Model Context Protocol (MCP) traffic, providing unified authentication, routing, observability, and tool management for AI agents and integrations across various services.
d365fo-client
This server provides a Model Context Protocol (MCP) interface for a D365 F&O client, enabling AI assistants and other MCP-compatible tools to interact with Microsoft Dynamics 365 Finance & Operations environments for metadata retrieval, CRUD operations, action execution, and data querying.
MCP-Agent
An autonomous AI agent designed to discover, connect to, and utilize tools and resources from various Model Context Protocol (MCP) servers to accomplish tasks.
mqtt-mcp
Connects LLM agents to MQTT devices for real-time monitoring and control in smart home, building automation, and industrial control systems.