vibe-bridge
Provides tools for controlling and interacting with macOS, including screen capture, app management, frontmost app detection, notifications, opening apps and URLs, running Shortcuts and AppleScript, and clipboard read/write operations.
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., "@vibe-bridgewhat's on my Mac screen right now?"
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.
vibe-bridge
Пульт и руки робота на компьютере владельца: robot-vibecoder ↔ этот компьютер, человек в контуре. Панель (статус/чат/журнал/согласия), PWA с пушами на телефон, MCP-инструменты с консентом, онбординг новой Pi.
Vision: docs/ux/vision.md · scenarios: docs/ux/scenarios.md · architecture: docs/spec/architecture.md
The robot's brain (Hermes on a Raspberry Pi) reaches this Mac over Tailscale
through the agentgateway (role robot), never directly. This app is a
loopback-only MCP server plus a menu-bar UI that gates every action behind
your explicit consent and logs everything.
Robot (Pi) ──Tailscale──▶ agentgateway :4000 (role robot) ──localhost──▶ vibe-bridge :48620
├ MCP server (10 tools)
├ menu bar: 🤖 pause / consent / log
└ audit.log (~/Library/Logs/vibe-bridge)Установка (macOS)
Скачайте DMG из релизов,
перетащите vibe-bridge.app в «Программы» и запустите. Приложение живёт в
меню-баре (без иконки в доке), само регистрируется в System Settings → General
→ Login Items и обновляется само: скачивает только собственный код,
проверяет Ed25519-подпись до распаковки и применяет версию при следующем
запуске. Права, выданные приложению (запись экрана, автоматизация), при
обновлении не сбрасываются — подпись бандла не меняется (ADR-0006).
Сломанная версия не может оставить вас без моста: она помечается карантином, и мост поднимается на предыдущем коде в том же запуске. Текущая версия, источник и автозапуск видны в панели → Настройки → «Приложение».
Сборка из исходников — scripts/build_app.sh (см. docs/spec/packaging.md).
Related MCP server: macos-control-mcp
Tools
Tool | Class | |
| READ | run immediately, logged |
| ACT | ask the owner (Allow / Allow 15 min / Deny); 60s no-answer = deny |
Deliberately absent: shell, arbitrary file access. AppleScript is ACT-gated with an app blocklist (Terminal, Keychain).
Consent model
READ executes at once. ACT raises a menu-bar dialog. A grant lasts 15 minutes per action-class, then asks again.
Kill switch: menu → pause → every tool (READ too) returns 503-style refusal. A paused bridge looks like a closed laptop to the robot.
Audit: every call (allowed or refused) →
~/Library/Logs/vibe-bridge/audit.log(0600) and the last few in the menu.
Настройки
Всё, что можно поменять, лежит в ~/Library/Application Support/vibe-bridge/config.toml
(создаётся при первом запуске, с комментариями): порт, режим сети, канал
обновлений, интервал проверки, таймаут согласия. Приоритет: переменная
окружения → файл → умолчание; VIBE_BRIDGE_PORT и VIBE_BRIDGE_MODE
переопределяют файл для одного запуска.
Неверное значение не останавливает мост: он берёт умолчание и показывает причину в панели (Настройки → Доступ и настройки). Правки применяются после перезапуска — панель говорит, что они ждут.
Два режима сети:
Режим | Как робот доходит | Защита |
| по адресу в tailnet | bearer-токен робота |
| только loopback, через agentgateway на этой же машине | никакой — границей служит шлюз |
Режим gateway без запущенного agentgateway оставляет MCP-эндпоинт без
аутентификации. Мост это проверяет и говорит прямо в панели.
Подключить робота
Два пути, оба в «Настройках»:
Новая Raspberry Pi — визард пишет на SD-карту Wi-Fi, имя и одноразовый ключ связки; карта едет в робота, он сам приходит на
/pair.Уже работающий робот — форма: адрес его bridge-API и ключ. Мост выдаёт токен, который вы прописываете роботу.
Запуск из исходников (разработка)
uv sync
uv run python -m vibebridge.app # трей + панель + MCPУ этого пути нет автообновления: обновление проверяется подписью, а ключ
лежит в подписанном бандле, которого здесь нет. Панель честно пишет «запущен
из исходников». Автостарт для разработки — launchd/me.sshlg.vibe-bridge.dev.plist
(инструкция в самом файле); одновременно с установленным .app не включайте —
они подерутся за порт.
TCC-права (запись экрана, System Events) выдаются бандлу, а не голому
python: до упаковки такие инструменты честно отказывают, а не висят.
Сборка своей версии
scripts/build_app.sh собирает, подписывает и (с --notarize) нотаризует
.app. Подпись берётся из VIBE_SIGN_IDENTITY, профиль нотаризации — из
VIBE_NOTARY_PROFILE. Свой форк = свой канал: поменяйте release.repo в
config.toml, иначе мост будет качать чужие payload'ы и отвергать каждый по
несовпадению подписи. Подробности — docs/spec/packaging.md.
Wire parity
mcp==1.26.0 — the exact SDK generation Hermes 0.19 ships. Speaking the same
version on both ends removes a class of protocol-revision breakage. Bump
together with the robot's HERMES_VERSION.
Tests
uv run python -m pytest tests/ -q # 252 теста, экран не нужен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
Remote MCP server for supportsheep: run AI interviews and manage support content for your blog.
Melaya is a remote MCP server. It gives an assistant hands on your own Android phone and browser: it reads the screen through the accessibility tree, then taps, types and navigates inside the apps and sites you allow-list, with no per-app API. It also builds, schedules and runs agent pipelines across 6k+ connected tools. OAuth 2.1, nothing to install.
An authenticated remote MCP server for user-owned devices and one-shot capability invocation.
Search, read, and write your Apple Notes from ChatGPT/Claude via a local Mac agent + MCP relay.
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceA local daemon for macOS that gives any MCP-capable AI client eyes, hands, and a face — screen capture, accessibility tree, mouse/keyboard actions, and an overlay — with a built-in security ceiling.2AGPL 3.0
- AlicenseNot gradedqualityDmaintenanceMCP server that enables AI to fully control macOS — mouse, keyboard, terminal, screenshots, window management, UI element detection, and provides AI-optimized information reporting.20MIT
- AlicenseAqualityBmaintenanceA local MCP server that exposes macOS automation actions (AppleScript + CLIs) as tools, enabling MCP clients on your Mac to control apps, system settings, and more.39MIT
- FlicenseNot gradedqualityCmaintenanceTurns a Mac into an MCP host exposing terminal, filesystem, browser automation, and macOS controls to approved AI clients via OpenAI's Secure MCP Tunnel.
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/ssheleg/vibe-bridge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server