Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by bewt85 • Security & Privacy
A local MCP server that runs TypeScript, JavaScript, and Python code inside a Deno sandbox with explicit permission controls for safe execution.
Execute and test TypeScript or JavaScript code locally with fine-grained Deno permission controls (network, read, write, deny paths).
Run Python code within the same sandboxed environment using Pyodide while limiting filesystem and network access.
A simple, auditable local MCP endpoint (e.g., for Claude Desktop) to allow LLMs to run code safely against specific directories or trusted hosts.
This MCP provides a controlled environment to execute TypeScript/JavaScript via Deno and Python via Pyodide, passing Deno runtime permissions through to limit network and filesystem access. It is designed to let LLMs run and test code locally while reducing risk from prompt injection by restricting what the executed code can access. The codebase emphasizes simplicity and auditability and can be used with MCP clients like Claude Desktop.
Executes TypeScript/JavaScript code in a Deno sandbox. Returns stdout; use console.log(...) to print results. Current Deno Permissions: --allow-net=icanhazip.com,example.com
Executes Python using Pyodide in a Deno sandbox. Imports many commont packages automatically (e.g. numpy). Returns stdout; use print(...) to print results. Current Deno Permissions: --allow-net=icanhazip.com,example.com There is an issue with file writing. You need to run 'import js; js.fs.writeFileSync(PATH, CONTENT)'. Other network and filesystem access works fine if you have permission
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.