MCP.so
Sign In

MCP-WASMPython-Runner

@OrbitZore

About MCP-WASMPython-Runner

A safe MCP Python Runner with Docker Image

Basic information

Category

Other

License

GPL-3.0

Runtime

python

Transports

stdio

Publisher

OrbitZore

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

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.

Comments

More Other MCP servers