Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Thalamus Gateway

FreeNot checked

An MCP gateway server that bridges AI agents with the Thalamus runtime, enabling secure and event-driven sub-agent execution in disposable Docker sandboxes.AIエー

GitHubEmbed

About

An MCP gateway server that bridges AI agents with the Thalamus runtime, enabling secure and event-driven sub-agent execution in disposable Docker sandboxes.AIエージェントとThalamusランタイムを橋渡しし、使い捨てのDockerサンドボックス内で安全かつイベント駆動なサブエージェント実行を可能にするMCPゲートウェイサーバー。

README

Thalamusのイベント駆動プロトコルに準拠し、MCPクライアント側の要求を使い捨てSubagentへ中継するGateway実装です。

実装済みの最小構成

ディレクトリ

セットアップ

重要: thalamus 依存は Python >=3.10 を要求します。ローカルが 3.9 系の場合は、以下の Docker 手順を正系として利用してください。

  1. 依存インストール
# Python 3.10+ のローカル環境がある場合のみ
pip install -e .
  1. Subagentイメージ作成
docker build -f infra/subagent.Dockerfile -t thalamus-subagent:dev .
  1. NATS + Gateway起動
docker compose -f infra/docker-compose.yml up --build

Runtime実体利用への移行状況

テスト

pytest -q

10ステップ実行フローとの対応

  1. 親要求受領(Gateway API層で受理想定)
  2. SupervisorがSubagentコンテナ起動し、workspaceを/workspaceへマウント
  3. Gatewayがruntime.task.assign発行
  4. Subagentがruntime.llm.request発行
  5. GatewayがLLMへ中継しruntime.llm.response返却
  6. Subagentが/workspace上で処理
  7. Subagentがruntime.task.result発行
  8. Subagentがruntime.agent.exit発行
  9. Gatewayがruntime.task.result回収し親へ返却
  10. Gatewayがruntime.agent.exit受信でコンテナ破棄

from github.com/globalpocket/mcp-thalamus-gateway

Installing Thalamus Gateway

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/globalpocket/mcp-thalamus-gateway

FAQ

Is Thalamus Gateway MCP free?

Yes, Thalamus Gateway MCP is free — one-click install via Unyly at no cost.

Does Thalamus Gateway need an API key?

No, Thalamus Gateway runs without API keys or environment variables.

Is Thalamus Gateway hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Thalamus Gateway in Claude Desktop, Claude Code or Cursor?

Open Thalamus Gateway on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Thalamus Gateway with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs