Antigravity IDE
Configure Weavetab for Google Antigravity IDE.
# Antigravity IDE Integration
Add to `~/.antigravity/mcp.json` or workspace `mcp.json`:
```json
{
"mcpServers": {
"weavetab": {
"command": "weavetab",
"args": []
}
}
}
```