code-execution-mcp
Verified Safeby CharlieKerfoot
Overview
Enables AI models to execute code in a sandboxed remote environment via a Model Context Protocol (MCP) server.
Installation
node build/index.jsSecurity Notes
The server itself does not execute user-provided code directly. It delegates all code execution to the external Piston API (emkc.org), which is designed to provide a secure, sandboxed environment. This significantly mitigates direct arbitrary code execution vulnerabilities on the local MCP server. No 'eval' or similar patterns for local execution were found, nor were any hardcoded secrets identified in the provided source.
Similar Servers
wcgw
Empowering chat applications to code, build, and run on your local machine by providing tightly integrated shell and code editing tools.
mcp-server-code-execution-mode
This server enables LLM agents to execute Python code in a highly secure, isolated container environment, facilitating complex multi-tool orchestration and data analysis with minimal LLM context token usage.
codex-mcp-rs
This server acts as an MCP (Model Context Protocol) wrapper for the Codex CLI, enabling AI-assisted coding tasks through compatible clients like Claude Code.
mcp
The MCP Server provides an AI-powered framework for command execution, plugin-based tools, secure Python evaluation, and knowledge management, designed for standalone or embedded use.