Antigravity Headless Bridge runs on your own machine — the client starts it, so there is no endpoint to ping. 167 installs a week from pypi.
Call Google's Antigravity CLI (agy) headlessly from non-TTY contexts (subprocess, MCP, CI).
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add agy-headless-bridge -- uvx agy-headless-bridge
{
"mcpServers": {
"agy-headless-bridge": {
"args": [
"agy-headless-bridge"
],
"command": "uvx"
}
}
}
[mcp_servers.agy-headless-bridge]
command = "uvx"
args = ["agy-headless-bridge"]
{
"mcpServers": {
"agy-headless-bridge": {
"args": [
"agy-headless-bridge"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"agy-headless-bridge": {
"args": [
"agy-headless-bridge"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.