Back to Home
titaniummachine1 icon

Lmaobox_Context_Server

Verified Safe

by titaniummachine1

Overview

Provides a Model Context Protocol (MCP) server for Lmaobox Lua API documentation, including type definitions, curated smart context, and Lua script bundling/deployment, primarily for integration with IDEs like Cursor.

Installation

Run Command
python launch_mcp.py

Environment Variables

  • TYPES_ROOT
  • TYPES_NAMESPACE
  • MCP_DB_PATH
  • MCP_HOST
  • MCP_PORT
  • PROJECT_DIR
  • ENTRY_FILE
  • BUNDLE_OUTPUT_DIR
  • DEPLOY_DIR

Security Notes

The server includes a 'bundle' tool that executes Node.js scripts via `subprocess.run` and can write bundled Lua files to user-defined directories, including standard application data paths (e.g., `%LOCALAPPDATA%/lua/`). While the bundling process uses an external library (`luabundle`), any vulnerabilities in this library or insufficient input validation in the bundling arguments could potentially lead to arbitrary code execution or file system manipulation. The HTTP server component runs on localhost by default, reducing network exposure, but still represents a local process that could be targeted. No direct 'eval' on untrusted input or hardcoded secrets were found.

Similar Servers

Stats

Interest Score36
Security Score6
Cost ClassMedium
Avg Tokens200
Stars1
Forks0
Last Update2025-12-10

Tags

LmaoboxLuaMCPContext ServerType GenerationCode AnalysisBundlingDeploymentGaming