Lucarne
Stop babysitting local AI agents. Just notifications, approve, and resume your Codex,Pi, or Claude code sessions anywhere. 0-Intrusion mobile control bridge via Telegram/Wechat/飞书. No hooks, no skills, no MCP.
Stop babysitting local AI agents. Just notifications, approve, and resume your Codex,Pi, or Claude code sessions anywhere. 0-Intrusion mobile control bridge via Telegram/Wechat/飞书. No hooks, no skills, no MCP.
暂未识别到可直接复制的 MCP 配置,请查看 GitHub README。后台管理员可以补充配置。
 [](https://github.com/tuchg/Lucarne/actions/workflows/release.yml)     English | [中文](README.cn.md) **Stop babysitting your local AI agents.** - No new mobile app required; receive timely, secure notifications through existing channels - Zero-intrusion setup: no hooks, no skills, no MCP, no project changes; scan a QR code and start using it in one step - Agents run on your local computer, so you can step away while WeChat / Telegram keep you synced on key progress - Permission approvals, clarifying questions, and failure notifications become actionable mobile events - Scan a WeChat QR code to receive agent messages; quote a message to continue the matching context automatically - Use the Telegram console to view all agents, workspaces, and historical sessions - View local agent session history and agents currently running on this machine - Lightweight resident process with high performance and low memory use; idle agents are released automatically --- ## Quick Start ### 1. Install macOS / Linux: ```bash curl -LsSf https://github.com/tuchg/Lucarne/releases/latest/download/lucarned-installer.sh | sh ``` Windows PowerShell: ```powershell powershell -c "irm https://github.com/tuchg/Lucarne/releases/latest/download/lucarned-installer.ps1 | iex" ``` Homebrew (recommended) and release archives Homebrew: ```bash brew tap tuchg/Lucarne https://github.com/tuchg/Lucarne brew install lucarned ``` Release archives are also available for macOS, Linux, and Windows on x86_64 and aarch64. ### 2. Initialize ```bash lucarned init ``` Initialization guides you through: - Selecting enabled agents: `claude`, `codex`, `copilot`, `gemini`, `pi` - Configuring a Telegram Bot Token and an entry chat with Topics/thread mode enabled (optional) - Logging in to WeChat by QR code (optional) - Generating the config file: `~/.lucarned/lucarned.yaml` ### 3. Start the background service ```bash lucarned autostart install --start ``` Homebrew service commands (recommended) ```bash brew services start lucarned brew services restart lucarned brew services stop lucarned ``` Platform notes `lucarned autostart` uses native user-level service managers: - macOS: LaunchAgent - Windows: Task Scheduler logon task - Linux: systemd user service Linux autostart requires systemd user services. Non-systemd Linux can run `lucarned` manually. ### 4. Open the Telegram panel (optional) ```text /panel ``` After the Lucarne panel appears, you can create workspaces, bind agents, resume historical sessions, and approve commands. ### Common commands ```bash lucarned doctor lucarned paths lucarned autostart status lucarned autostart start lucarned autostart stop lucarned update ``` Homebrew service commands ```bash brew update brew upgrade lucarned brew services start lucarned brew services restart lucarned brew services stop lucarned ``` ```text macOS/Linux config: ~/.lucarned/lucarned.yaml Windows config: %LOCALAPPDATA%\lucarned\lucarned.yaml Logs: lucarned paths ``` --- ## Configuration Example See the fu...
A collection of MCP servers.
Chrome DevTools for coding agents
Enhanced ChatGPT Clone: Features Agents, MCP, DeepSeek, Anthropic, AWS, OpenAI, Responses API, Azure, Groq, o1, GPT-5, M...
Playwright MCP server
GitHub's official MCP Server
🚀 The fast, Pythonic way to build MCP servers and clients.