Back to Home
MagmaBasilisk icon

mcp-run-python

Verified Safe

by MagmaBasilisk

Overview

Securely execute arbitrary Python code within a sandboxed environment, primarily as a tool for Model Context Protocol agents.

Installation

Run Command
mcp-run-python stdio

Security Notes

The server uses Pyodide in a Deno runtime for sandboxed Python execution, which inherently provides isolation. Network access for user-provided Python code is controllable via the 'allow_networking' flag. Deno itself runs with controlled permissions from a temporary directory, mitigating direct system impact. Dependency installation may require network access. No obvious hardcoded secrets or malicious patterns were found. The primary risk lies in potential undiscovered vulnerabilities within Pyodide or Deno, or misuse of the 'allow_networking' flag by the caller.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens200
Stars0
Forks2
Last Update2025-12-15

Tags

Python executionSandboxingCode runnerSecurityMCP Server