Agent MCP Studio: Build Multi-Agent MCP Systems Entirely in a Browser via WASM

✍️ OpenClawRadar📅 公開日: April 25, 2026🔗 Source
Agent MCP Studio: Build Multi-Agent MCP Systems Entirely in a Browser via WASM
Ad

Agent MCP Studio is a browser-only IDE for building and orchestrating MCP (Model Context Protocol) agent systems. The entire stack — tool authoring, multi-agent orchestration, RAG, code execution — runs from a single static HTML file via WebAssembly. No backend, no Docker, no server. Close the tab and everything is gone.

Key Features

  • WASM-based sandbox: Tools run in Pyodide (Python) or DuckDB-WASM (SQL), with no code leaving the browser. LLM-generated code is AST-validated before registration, then JIT-compiled on first call.
  • 10 orchestration strategies: Supervisor, Mixture of Experts (parallel + synthesizer), Sequential Pipeline, Plan & Execute, Swarm, Debate, Reflection, Hierarchical, Round-Robin, Map-Reduce. You drag tool chips onto persona nodes on a service graph, pick a strategy, and the topology adapts.
  • On-device RAG: Uses Xenova/all-MiniLM-L6-v2 via Transformers.js for local embeddings. No network calls.
  • Built-in LLM: Supports OpenAI Chat Completions or a local Qwen 1.5 0.5B running in-browser via Transformers.js for fully offline mode.
  • Bridge.js: A Node bridge speaks stdio to Claude Desktop and WebSocket to your tab — so your browser becomes an MCP server.
  • Export to production: Generates a real Python MCP server: server.py, agentic.py (faithful port of the browser orchestration), tools/*.py, Dockerfile, requirements.txt, .env.example. Also exports as a single .agentpack.json (Project Pack), which auto-detects required external services from os.environ.get(...) calls.
Ad

Practical Commands

# Build the exported Docker image
cd agent-mcp-server-YYYY-MM-DD
docker build -t agent-mcp-export .

Run (stdio – for local use with Claude Desktop)

docker run --rm -i
-e MCP_ALLOWED_HOSTS='api.github.com,*.githubusercontent.com'
agent-mcp-export

Wire Claude Desktop to the container

{ "mcpServers": { "agent-mcp-studio-export": { "command": "docker", "args": ["run","--rm","-i","-e","MCP_ALLOWED_HOSTS=api.github.com","agent-mcp-export"] } } }

The export also supports deploying to Fly.io, Railway, Render, Cloud Run, ECS, etc. The image defaults to stdio; for HTTP, see the README.

Who it's for: Developers building multi-agent systems who want a zero-infrastructure prototype-to-production pipeline, especially those experimenting with MCP and local-first AI.

📖 Read the full source: HN AI Agents

Ad

👀 See Also

クロード コード ボイスモード:開発者のためのハンズフリーAI会話
Tools

クロード コード ボイスモード:開発者のためのハンズフリーAI会話

Claudeの音声モードβ版では、AIと話して応答を聞くことができ、ハンズフリーとプッシュトゥトークのオプションがあります。ウェブとモバイルで動作し、通常の使用制限にカウントされ、同じ会話内でテキストと音声を切り替えることができます。

OpenClawRadar
Claude AI Opusが0002キーのレジストリ編集によりIntel DPST自動調光を無効化
Tools

Claude AI Opusが0002キーのレジストリ編集によりIntel DPST自動調光を無効化

Redditユーザーが、Intel DPST(ディスプレイ省電力技術)による自動調光を、手動での修正が全て失敗した後、Claude AI Opus(Claude Cowork経由)にレジストリを直接編集させることで修正した方法を公開。修正では、正しいレジストリキー(0002)のFeatureTestControlを1210に設定した。

OpenClawRadar
Sentrial: AIエージェントのための生産監視
Tools

Sentrial: AIエージェントのための生産監視

Sentrialは、ループ、幻覚、ツールの誤用、ユーザーの不満など、AI製品の障害パターンを自動的に検出する監視ツールです。会話パターン、モデル出力、ツールの相互作用を分析することで根本原因を診断します。

OpenClawRadar
ViralCanvas.aiは、Sonnet 4.5を含むClaudeモデルのための永続的なコンテキストワークスペースを提供します。
Tools

ViralCanvas.aiは、Sonnet 4.5を含むClaudeモデルのための永続的なコンテキストワークスペースを提供します。

ViralCanvas.aiは、Claudeのモデルの上に構築されたビジュアルワークスペースで、Sonnet 4.5、Sonnet 4.6、Opus 4.5、Opus 4.6にアクセスでき、永続的なコンテキストの添付を提供します。このツールは、接続されたドキュメントをすべてのプロンプトで積極的に重み付けすることで、長い会話におけるコンテキストの劣化問題に対処します。

OpenClawRadar