Back to Home
CharlieKerfoot icon

code-execution-mcp

Verified Safe

by CharlieKerfoot

Overview

Enables AI models to execute code in a sandboxed remote environment via a Model Context Protocol (MCP) server.

Installation

Run Command
node build/index.js

Security 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

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens1000
Stars0
Forks0
Last Update2025-11-23

Tags

Code ExecutionAI ToolsMCP ServerLLM IntegrationPiston API