Google Antigravity
Antigravity stores its MCP configuration at ~/.gemini/antigravity/mcp_config.json.
Option A — MCP Store UI
Section titled “Option A — MCP Store UI”- Click the
...dropdown at the top of the Antigravity agent panel and open the MCP Store. - Click Manage MCP Servers → View raw config.
- Add the following entry to your
mcpServersobject:
{ "mcpServers": { "videoMcp": { "command": "video-context-mcp", "env": { "GEMINI_API_KEY": "your-gemini-key", "Z_AI_API_KEY": "your-zai-key", "DASHSCOPE_API_KEY": "your-dashscope-key", "MOONSHOT_API_KEY": "your-moonshot-key", "MIMO_API_KEY": "your-mimo-key", "DEEPGRAM_API_KEY": "your-deepgram-key", "ASSEMBLYAI_API_KEY": "your-assemblyai-key", "GROQ_API_KEY": "your-groq-key", "MINIMAX_API_KEY": "your-minimax-key" } } }}Option B — Direct Edit
Section titled “Option B — Direct Edit”Open ~/.gemini/antigravity/mcp_config.json and add the videoMcp entry using the same JSON shown above.
Where to get API keys
Section titled “Where to get API keys”See Video Providers and Audio Providers for links to get each API key, free-tier details, and pricing.