LightsOut
Orchestrates coding-agent sessions using Codex (OpenAI), mediates permission requests, and exposes the system over MCP.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@LightsOutrun a Claude Code session to refactor the auth module"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
LightsOut
Agent orchestration system: it runs chains of coding-agent sessions (Claude Code, Codex) inside one container, mediates their permission requests against policy, raises doubts instead of guessing, asks a second opinion when a doubt is resolvable, and exposes the whole thing over MCP plus a read-only web panel.
Copyright 2026 Filipe Gomes. Licensed under the Apache
License, Version 2.0 with the Commons Clause condition (see LICENSE): free to use, modify and
redistribute, including commercially inside your own organisation; not for sale or resale, as
itself or as a service, by anyone but the Licensor.
Documents
doc/INSTALL.md— full installation guide, including a fresh machine.doc/EXAMPLES.md— realistic usage walkthroughs.doc/REQUIREMENTS.md— what the system must do (requirement IDs).doc/DESIGN.md— how it is built, section by section.doc/STATE.md— current phase, last milestone, next step.doc/DECISIONS.md— non-obvious implementation choices.doc/TESTING.md— what can be exercised today and how.
Related MCP server: Hermes Squad
Requirements
Windows 11 or macOS with Docker Desktop, or Linux with Docker Engine + compose v2.
A Claude subscription or API key, and a ChatGPT/OpenAI subscription or API key.
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:latestOpen http://127.0.0.1:8484/ — the first-run wizard walks through connecting the engines,
Claude Desktop and your first project. Install dist/lightsout.mcpb in Claude Desktop to get the
tools (see extension/README.md).
Panel and API are bound to localhost only. Health: curl -s localhost:8484/health.
Platform-specific detail — Windows double-click entry points, building from source instead of
pulling, the egress allowlist, updating — is in doc/INSTALL.md.
Egress allowlist (RT-05)
By default outbound traffic is unrestricted and /health says so
(network: unrestricted). To enforce the allowlist, edit proxy/filter with your
git remote hosts and start with the overlay:
docker compose -f docker-compose.yml -f docker-compose.secure.yml --profile secure up -dDevelopment
npm install
npm run typecheck
npm run build
npm testThe build order and the per-phase verification scripts are defined in doc/DESIGN.md §13; each
phase has a gate under scripts/verify/. The gates need a shell with docker on PATH: on
Windows, Git Bash works.
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 Servers
- Alicense-qualityDmaintenanceAn agent orchestration layer that wraps expert agents as MCP tools, enabling integration with Claude Desktop, Cursor, and other MCP-compatible environments.Last updated169MIT
- Alicense-qualityBmaintenanceMulti-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.Last updatedMIT
- Alicense-qualityBmaintenanceAn 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.Last updatedMIT
- AlicenseAqualityAmaintenanceMCP server that exposes a pool of Claude SDK agents as tools, enabling deterministic agent creation, retrieval, and resumption from a capability corpus.Last updated101MIT
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
Agent-native collaboration network: orchestrate a team of long-running agents from any MCP client.
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