mos-mcp-server-plugin
Verified Safeby RiDDiX
Overview
Enables AI assistants (like Claude) to manage and interact with a MountainOS (MOS) system by providing an interface via the Model Context Protocol (MCP).
Installation
MOS_API_URL="http://your-mos-server/api" MOS_API_TOKEN="your-jwt-token" node staticfiles/src/index.jsEnvironment Variables
- MOS_API_URL
- MOS_API_TOKEN
- MOS_USERNAME
- MOS_PASSWORD
Security Notes
The server acts as a proxy for the MOS API. Many operations require admin privileges on MOS, implying that the provided authentication token grants administrative access to the underlying system. Security relies heavily on the robustness of the MOS API itself and the secure management of the 'MOS_API_TOKEN' environment variable. The API client does not explicitly enforce HTTPS for 'MOS_API_URL', which could be a risk if connecting to a non-local MOS server over an insecure channel. No 'eval' or obvious malicious patterns were found in the provided source code.
Similar Servers
XcodeBuildMCP
Provides an MCP (Model Context Protocol) server for AI agents and other clients to programmatically build, test, run, and debug iOS and macOS applications, manage simulators/devices, and capture logs.
terraform-mcp-server
Provides seamless integration with Terraform Registry APIs and HCP Terraform/Terraform Enterprise APIs, enabling AI assistants/LLMs to generate high-quality Terraform code and automate IaC workflows.
advanced-homeassistant-mcp
A powerful, secure, and extensible Model Context Protocol (MCP) server that enables AI assistants like Claude, GPT, and Cursor to seamlessly interact with Home Assistant. Control your lights, climate, automations, and more through natural language commands.
mcp-server-uyuni
The Uyuni MCP Server enables AI agents or MCP-compliant clients to securely interact with and manage Linux infrastructure using natural language via the Uyuni configuration and infrastructure management solution.