ai-assistant-setup-gemini
Gemini Code Assist
- Install the Gemini Code Assist extension if it is not already installed.
Troubleshooting on Windows
If you experience connection issues on Windows with Gemini Code Assist, you may try version 2.82.0 instead.
-
Find the MCP configuration file
~/.gemini/settings.json. -
Copy and paste the following snippet into the
~/.gemini/settings.jsonfile:{"mcpServers": {"signicat-docs": {"command": "npx","args": ["mcp-remote","https://signicat-documentation.mcp.kapa.ai"]}}} -
Open the Gemini Code Assist chat in Visual Studio Code.
-
Select Agent mode.
Select Agent mode
-
Open the Command Palette and run Developer: Reload Window.
- macOS: Press
Shift+Cmd+P. - Windows/Linux: Press
Ctrl+Shift+P.
- macOS: Press
-
In the Gemini chat, run
/mcpto confirm thatsignicat-docsis connected. You should then seesignicat-docsin the MCP Servers list. -
Complete the Kapa authentication flow in your browser if prompted.
Want to learn more?
For more information, see Google's Gemini Code Assist agent mode documentation.