Android Studio
Use your memos from Gemini agent mode in Android Studio.
Sign in with GigaRAG
Connect without a key: Android Studio opens your browser, you sign in to GigaRAG and pick this workspace.
- 1.
Add GigaRAG without a header in the MCP Servers settings
mcp.json{ "mcpServers": { "gigarag": { "httpUrl": "https://mcp.gigarag.com/mcp" } } } - 2.
When Gemini shows an authorization error, click Start Login
- 3.
Sign in with your GigaRAG account
Your browser opens GigaRAG. Pick the workspace to share and approve. No key is stored in the app, and the connection does not expire.
Or set it up by hand
- 1.
Open File, then Settings, then Tools, then AI, then MCP Servers
On macOS the first menu is Android Studio. Tick Enable MCP Servers.
- 2.
Paste this and click OK
mcp.json{ "mcpServers": { "gigarag": { "httpUrl": "https://mcp.gigarag.com/mcp", "headers": { "Authorization": "Bearer <api-key>" } } } }
Check it worked
Send this once it is connected. An answer drawn from your workspace means the connection is live.
List my GigaRAG buckets.
Written from the official docs: Add an MCP server