Skip to main content
Glama

LightsOut

エージェントオーケストレーションシステム:1つのコンテナ内でコーディングエージェントセッション(Claude Code、Codex)のチェーンを実行し、それらの権限要求をポリシーに照らして仲介し、推測する代わりに疑問を提起し、疑問が解決可能な場合はセカンドオピニオンを求め、全体をMCPと読み取り専用のWebパネルで公開します。

Copyright 2026 Filipe Gomes。Apache License、Version 2.0およびCommons Clause条件に基づいてライセンスされています(LICENSEを参照):自由に使用、変更、再配布できます(自組織内での商用利用を含む)。ただし、ライセンサー以外による、それ自体またはサービスとしての販売・再販はできません。

Documents

  • doc/INSTALL.md — 完全なインストールガイド(新規マシンを含む)

  • doc/EXAMPLES.md — 実際の使用例のウォークスルー

  • doc/REQUIREMENTS.md — システムが満たすべき要件(要件ID)

  • doc/DESIGN.md — セクションごとの構築方法

  • doc/STATE.md — 現在のフェーズ、最後のマイルストーン、次のステップ

  • doc/DECISIONS.md — 明白でない実装上の選択

  • doc/TESTING.md — 現在テスト可能な内容とその方法

Related MCP server: impart-mcp

Requirements

  • Docker Desktopを備えたWindows 11またはmacOS、またはDocker Engine + compose v2を備えたLinux。

  • ClaudeのサブスクリプションまたはAPIキー、およびChatGPT/OpenAIのサブスクリプションまたはAPIキー。

Install

docker run -d --name lightsout --restart unless-stopped \
  -p 127.0.0.1:8484:8484 -p 127.0.0.1:1455:1455 \
  -v lightsout-db:/data \
  -v "$HOME/LightsOut:/workspace" \
  -v claude-auth:/home/app/.claude -v codex-auth:/home/app/.codex \
  ghcr.io/<owner>/lightsout:latest

http://127.0.0.1:8484/ を開いてください。初回起動ウィザードが、エンジン、Claude Desktop、最初のプロジェクトの接続を案内します。ツールを取得するには、dist/lightsout.mcpb をClaude Desktopにインストールします:ファイルをダブルクリックするか、Claude Desktopウィンドウにドラッグするか、設定 → 拡張機能 → 詳細設定 → 拡張機能をインストール… に進みます(extension/README.mdを参照)。カスタムコネクタURLはここでは機能しません。ClaudeはAnthropicのクラウドからリモートMCPサーバーに到達しますが、そこからあなたの127.0.0.1へのルートはありません。

パネルとAPIはlocalhostのみにバインドされています。ヘルスチェック:curl -s localhost:8484/health

プラットフォーム固有の詳細(Windowsでのダブルクリックのエントリポイント、プルではなくソースからのビルド、エグレス許可リスト、更新)はdoc/INSTALL.mdにあります。

Egress allowlist (RT-05)

デフォルトでは、送信トラフィックは無制限であり、/healthはそのように報告します(network: unrestricted)。許可リストを強制するには、proxy/filterをgitリモートホストで編集し、オーバーレイで起動します:

docker compose -f docker-compose.yml -f docker-compose.secure.yml --profile secure up -d

Development

npm install
npm run typecheck
npm run build
npm test

ビルド順序とフェーズごとの検証スクリプトはdoc/DESIGN.md §13で定義されています。各フェーズにはscripts/verify/の下にゲートがあります。ゲートにはPATHにdockerがあるシェルが必要です:WindowsではGit Bashが動作します。

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityMaintained
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Wraps Claude Code as tools for MCP clients, enabling autonomous coding tasks via a 4-tool lifecycle with session management, async polling, and permission controls.
    4
    57
    20
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    An agent orchestration layer that wraps expert agents as MCP tools, enabling integration with Claude Desktop, Cursor, and other MCP-compatible environments.
    4
    17
    9
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Multi-agent AI orchestrator that runs parallel coding agents in isolated sessions with self-improving intelligence, exposed via an MCP server for task execution and management.
    MIT

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/filipeagg/LightsOut'

If you have feedback or need assistance with the MCP directory API, please join our Discord server