MCP.so
Sign In
Servers

MCP-WASMPython-Runner

@OrbitZore

A safe MCP Python Runner with Docker Image

Overview

What is MCP-WASMPython-Runner?

A safe MCP Python Runner that runs Python code in a Docker container, accessible via an SSE endpoint.

How to use MCP-WASMPython-Runner?

Clone the repository and run make start to start the docker-compose in background. Then connect your LLM client to http://[HOST_IP]:8000/sse. Stop with make stop. For development with hot reload use make dev; build the Docker image with make.

Key features of MCP-WASMPython-Runner

  • Safe Python execution via Docker isolation
  • SSE transport for LLM client integration
  • Docker‑based, easy to deploy

Use cases of MCP-WASMPython-Runner

FAQ from MCP-WASMPython-Runner

What runtime is required?

Docker is required to run the Docker‑Compose configuration.

How do I connect an LLM client?

Use the SSE endpoint http://[HOST_IP]:8000/sse in your LLM client.

Can I run it in development mode?

Yes, run make dev for hot‑reload development.

How do I build the Docker image?

Run make in the project root.

Tags

More from Other