Connect Antigravity
Installing Antigravity and giving it your context are 2 different jobs. This one connects Antigravity to your AI OS, so every session starts already knowing your business.
Antigravity runs on your machine, so it gets the local server and can build and edit the folder itself.
- 1Open Settings, the Customizations tab, then Open MCP Config.
- 2Add the server to the mcpServers object.
$ { "mcpServers": { "aios": { "command": "npx", "args": ["-y", "@thenavidm/aios-mcp-cli"] } } } - 3The IDE and the CLI share that file, so this connects both.
Was this page helpful?