Back to Apps

MCP Code Mode
by Jame0077
Secure Python code execution server that integrates LLMs with a safe sandbox for AI-powered code generation.
0 stars
Works in:claude
Exposes:Tools
What it does
MCP Code Mode provides a secure environment for executing Python code generated by AI. It acts as a bridge between a Model Context Protocol client and a Python interpreter, ensuring that code is run in isolation while providing the AI with a way to test and verify its logic.
Tools
execute_python: Runs Python code in a secure sandbox and returns the output.manage_env: Configures the execution environment for the Python scripts.tool_bridge: Integrates other MCP tools into the code execution flow.
Installation
Since this is a Python-based server, you can configure it in your claude_desktop_config.json by pointing to the app.py or the installed package:
{
"mcpServers": {
"code-mode": {
"command": "python",
"args": ["/path/to/mcp-code-mode/app.py"]
}
}
}
Supported hosts
Confirmed support for Claude and other MCP-compliant clients.
Quick install
pip install -e .Information
- Pricing
- free
- Published
- 7/15/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{"mcpServers": {"code-mode": {"command": "python", "args": ["/path/to/mcp-code-mode/app.py"]}}}





