Safely run Python code with AI and MCP tool integration.
This MCP tool claims to safely execute Python code locally and does not require secrets or remote endpoints. Based on the available material, the main concerns are local code execution and limited source trust signals, not credentials or explicit data exfiltration.
The materials explicitly state that no keys or environment variables are required. No token requests, credential storage, or third-party account authorization are described, so the credential exposure surface appears low.
Neither the materials nor the objective checks list any remote endpoint, and there is no stated behavior of sending user data to external services. Based on the available information, no explicit network egress path is identified.
The objective checks indicate that this tool executes code, and the description explicitly says it runs Python code. This implies the ability to run local code/processes. Such capability is a normal high-privilege trait for an MCP tool and warrants caution around execution scope and runtime isolation, but by itself it does not justify a high-risk rating.
Although no README details are provided, local code execution typically can indirectly read or modify files and data accessible to the current runtime context. The materials do not indicate any extra privilege escalation, but they also do not define sandbox boundaries, so local data access should be treated with caution.
A positive factor is that there is an open-source repository, which improves auditability. However, the source is a third-party registry, the license is undeclared, community adoption is 0 stars, maintenance status is unknown, and README details are missing. Overall supply-chain transparency and maturity are limited, so source and dependencies should be reviewed before use.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "mcp-code-mode" yet — see the docs or source repo.
Use Python to read my uploaded CSV, handle missing values and duplicates, summarize each column, and produce charts with key findings.
Returns cleaned data analysis results, statistical summaries, charts, and key conclusions.
Write and run a Python script that uses MCP tools to collect specific information, organize it into structured results, and explain what the script did.
Returns an executable script, runtime results, structured output, and a step-by-step explanation.
The following Python code throws an error. Analyze the issue, fix the code, and after safe execution explain the differences before and after the fix.
Returns the root cause, corrected code, execution results, and a summary of changes.
Safely run Python code and manage packages for analysis and automation.
Lets AI agents run Python, execute scripts, and install pip packages locally.
Let AI assistants use OpenCode CLI and multiple models through one interface.
Connect to Jupyter via MCP to run code and explore data interactively.
Provide AI agents with coding standards, testing, planning, and requirements guidance.
Read, edit, and refactor code precisely with AST-based, token-efficient operations.