Claude-Code-Antigravity-CLI-MCP-Server

SinanTufekci/Claude-Code-Antigravity-CLI-MCP-Server
★ 3 stars Python AI/LLM Updated 1d ago
MCP bridge that exposes Google's Antigravity CLI (agy) to Claude Code as a sub-agent. Works around the headless agy -p stdout bug by reading the response from agy's own transcript files.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "claude-code-antigrav": {
      "command": "uvx",
      "args": [
        "claude-code-antigravity-cli-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install claude-code-antigravity-cli-mcp-server

Topics

antigravitybridgeclaude-codecligeminimcpmodel-context-protocolpython