Back to Home
rlyeh-dev icon

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

Run Command
No command provided

Security 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

Stats

Interest Score0
Security Score6
Cost ClassMedium
Avg Tokens400
Stars0
Forks0
Last Update2025-11-28

Tags

OdinLuaMCPSandboxedCode ExecutionSDK