MCP.so
登录

MCP-WASMPython-Runner

@OrbitZore

关于 MCP-WASMPython-Runner

A safe MCP Python Runner with Docker Image

基本信息

分类

其他

许可证

GPL-3.0

运行时

python

传输方式

stdio

发布者

OrbitZore

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

其他 分类下的更多 MCP 服务器