The Model Context Protocol (MCP) server io.github.rhishi99/agy-headless-bridge provides a headless way to call Google’s Antigravity CLI (agy) from non-TTY environments. It is intended for scenarios where a terminal is not available, such as subprocess execution and continuous integration (CI) contexts.
🛠️ Key Features
- Headless invocation of Google Antigravity CLI (
agy) - Support for non-TTY contexts
- Usage via subprocess and MCP/CI execution
🚀 Use Cases
- Running
agywithin MCP workflows - Executing
agyin CI pipelines - Invoking
agyfrom non-interactive subprocesses
⚡ Developer Benefits
- Enables
agyautomation when TTY is unavailable - Fits developer workflows involving MCP and CI environments
⚠️ Limitations
- Limited to calling the Antigravity CLI (
agy) in headless, non-TTY contexts