agy-mcp-server-prototype

terrychahn/agy-mcp-server-prototype
★ 1 stars HTML Other Updated 1d ago
Python-based Antigravity MCP server powered by Google Antigravity SDK.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "agy-mcp-server-proto": {
      "command": "npx",
      "args": [
        "-y",
        "terrychahn/agy-mcp-server-prototype"
      ]
    }
  }
}