Skip to content

Gemini Code Assist Setup

This section outlines how to connect the Vault Documentation MCP Server to Gemini Code Assist in IntelliJ. You must have the Gemini Code Assist IntelliJ plugin installed before you start this tutorial.

To add the Vault Documentation MCP Server:

  1. Navigate to Settings > Tools > Gemini > MCP Servers. Add the following JSON to the space provided, then click OK.

    {
      "mcpServers": {
        "vault_documentation_mcp": {
          "httpUrl": "https://docs.veevavault.dev/mcp"
        }
      }
    }

  2. Wait for a popup to appear indicating that the server connected. This may take 10 seconds or so.


  3. Open Gemini Code Assist chat in Agent Mode, and type /mcp to list available MCP Servers.


    • You should see the Vault Documentation MCP Server in the chat.

  4. Ask a Vault-related question. Gemini automatically calls the Vault Documentation MCP Server and appropriate tool based on the context of the question. See Formatting MCP Queries for best practices.


Congratulations, you've successfully connected the Vault Documentation MCP Server!