Lmaobox_Context_Server
Verified Safeby 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
python launch_mcp.pyEnvironment 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
mcphub.nvim
Integrates Model Context Protocol (MCP) servers into Neovim for enhanced LLM-powered development workflows, enabling tools, resources, and prompts.
mcp-server
Provides a Model Context Protocol (MCP) server for AI agents to search and retrieve curated documentation for the Strands Agents framework, facilitating AI coding assistance.
claude-faf-mcp
Provides AI-optimized context for software projects to large language models, enhancing collaboration and project understanding via 50+ specialized tools within Claude Desktop workflows.
tenets
The Tenets MCP Server provides intelligent code context aggregation and automatic guiding principles injection for AI coding assistants. It helps LLMs understand codebases by ranking relevant files, optimizing for token budgets, and maintaining consistency across interactions.