For the complete documentation index, see llms.txt. You can also append .md to any page URL to get its markdown version.
Skip to main content
For the complete documentation index, see llms.txt.

ai-assistant-setup-gemini

For the complete documentation index, see llms.txt

Gemini Code Assist

  1. 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.

  1. Find the MCP configuration file ~/.gemini/settings.json.

  2. Copy and paste the following snippet into the ~/.gemini/settings.json file:

    {
    "mcpServers": {
    "signicat-docs": {
    "command": "npx",
    "args": [
    "mcp-remote",
    "https://signicat-documentation.mcp.kapa.ai"
    ]
    }
    }
    }
  3. Open the Gemini Code Assist chat in Visual Studio Code.

  4. Select Agent mode.

    Select Agent mode

  5. Open the Command Palette and run Developer: Reload Window.

    • macOS: Press Shift+Cmd+P.
    • Windows/Linux: Press Ctrl+Shift+P.
  6. In the Gemini chat, run /mcp to confirm that signicat-docs is connected. You should then see signicat-docs in the MCP Servers list.

  7. 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.

On this page