Back to Home
RiDDiX icon

mos-mcp-server-plugin

Verified Safe

by 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

Run Command
MOS_API_URL="http://your-mos-server/api" MOS_API_TOKEN="your-jwt-token" node staticfiles/src/index.js

Environment 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

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens300
Stars0
Forks0
Last Update2026-01-16

Tags

MCPMOSAI AssistantSystem ManagementPlugin