Skip to content

This section outlines how to connect the Vault Developer Docs MCP 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 Developer Docs MCP:

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

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

    Gemini Code Assist MCP settingsGemini Code Assist MCP settings

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

    Connection confirmationConnection confirmation

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

    Gemini Code Assist MCP listGemini Code Assist MCP list

    • You should see the Vault Developer Docs MCP in the chat.
    Vault Developer Docs MCP Server displayVault Developer Docs MCP Server display

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

    Gemini Code Assist query resultGemini Code Assist query result

Congratulations, you've successfully connected the Vault Developer Docs MCP!