Back to Home
rlyeh-dev icon

miskatonic-mcp

Verified Safe

by rlyeh-dev

Overview

Enables LLMs to execute Lua code within a sandboxed environment for tool use and context generation.

Installation

Run Command
odin run .

Security Notes

The server's core functionality relies on an 'evaluate' tool that executes arbitrary Lua code within an in-process Lua sandbox. While sandboxing is an explicit mitigation, in-process sandboxes carry inherent risks of sandbox escapes if not perfectly implemented. No immediate network risks from the server itself as it's stdio-based, but a robust Lua sandbox is critical to prevent code from accessing sensitive system resources or performing unauthorized network operations. No hardcoded secrets were identified.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassLow
Avg Tokens75
Stars0
Forks0
Last Update2025-11-28

Tags

MCPLLMCode ExecutionSandboxLuaOdin