LightsOut
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:latesthttp://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 -dDevelopment
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.
This server cannot be installed
Maintenance
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
Control plane for autonomous software labor. Agents claim objectives over MCP with audit trail.
A paid remote MCP for OpenAI Codex agent coordination MCP, built to return verdicts, receipts, usage
Hosted MCP memory and agent control plane for durable conversations, jobs, and operations.
LLM Orchestration Agent (Mcp)
Related MCP Servers
- AlicenseAqualityDmaintenanceWraps Claude Code as tools for MCP clients, enabling autonomous coding tasks via a 4-tool lifecycle with session management, async polling, and permission controls.45720MIT
- AlicenseAqualityDmaintenanceAn agent orchestration layer that wraps expert agents as MCP tools, enabling integration with Claude Desktop, Cursor, and other MCP-compatible environments.4179MIT
- AlicenseNot gradedqualityBmaintenanceMulti-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
- AlicenseNot gradedqualityBmaintenanceAn MCP server that provides a governance layer for coding agents, enforcing policies, validation, and human-in-the-loop for tool calls without requiring an API key.MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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