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
Orchestrates AI agent tool calls by executing JavaScript/TypeScript code in a WASM sandbox, reducing LLM context bloat and managing security policies.
mdk-mcp-server
Provides AI agents with comprehensive SAP Mobile Development Kit (MDK) knowledge and tools to assist in MDK application development, including project creation, artifact generation (pages, actions, i18n, rules), project management (build, deploy, validate, migrate), and documentation access.
mcp-the-force
A protocol-based AI server for integrating multiple AI providers and tools, enabling multi-model collaboration, advanced context management, and end-to-end user workflows from a CLI client.
akMcpServer
This server provides real-time and historical stock market data to LLMs via the Model Context Protocol, including a Puppeteer-based fallback.