Local, Docker, and Monty Backends¶
SuperCodeMode demo MCP server supports multiple execution backends.
Local Backend¶
Best for speed and simple local demos.
Docker Backend¶
Best for safer code execution isolation.
Monty Backend¶
Best for a Python-native sandbox path without Docker.
Monty setup:
If Monty is not installed, the demo server returns a clear executor error.
Docker Requirements¶
- Docker daemon is running
- your user can run
docker run
Validate with:
Select Docker Image¶
Use a custom image if your org has approved base images.