yith
by rlyeh-dev
Overview
An Odin-based MCP Server SDK designed for sandboxed Lua code execution by LLMs to enable code-agent capabilities.
Installation
No command providedSecurity Notes
The core functionality involves LLM-provided code execution in an 'in-process Lua sandbox'. While Lua sandboxing can be robust, an in-process sandbox is generally less secure than containerized solutions (e.g., Docker) against sandbox escapes. The security relies heavily on correct configuration by the developer to limit exposed Lua APIs and prevent access to sensitive system resources. No obvious network risks from the server itself as it uses stdio, but exposed Lua functions could potentially introduce them.
Similar Servers
1mcp
Orchestrate AI agent tool calls by executing JavaScript/Python code safely in a WebAssembly sandbox, significantly reducing LLM token context by chaining multiple operations into a single execution.
mdk-mcp-server
This server provides AI agents with comprehensive MDK knowledge and tools to assist in the development of cross-platform mobile applications.
mcp-the-force
A protocol-based AI server designed to integrate multiple large language model providers and tools, offering advanced context management, session persistence, and multi-model collaboration capabilities for development workflows.
akMcpServer
This server provides real-time and historical stock market data to LLMs via the Model Context Protocol, including a Puppeteer-based fallback.