Enables large language models to write and execute code directly on your local machine.
This tool offers a local, self-hosted implementation of an MCP server designed to empower large language model agents by allowing them to write and execute code directly on your machine. Inspired by Cloudflare's Code Mode, it provides a framework for experimental interaction, enabling agents to extend their capabilities through custom TypeScript plugins. While it offers a unique avenue for exploring LLM agency in a local environment, its creator explicitly advises extreme caution due to the inherent security risks of running LLM-generated code.
主要功能
010 GitHub stars
02Facilitates local execution of LLM-generated code
03Designed for easy and lightweight local deployment
04Incorporates Node.js VM for some code execution safeguards
05Supports custom, user-defined plugins written in TypeScript