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.

コメント

「その他」の他のコンテンツ