Gemini

Getting Started

To connect the remote enVector MCP server with Gemini CLI, configure the setting via the following steps.

  1. Open setting file ~/.gemini/settings.json in your terminal.

  2. Configure settings.json to connect the remote enVector MCP server:

    {
      "ide": {
        "hasSeenNudge": true
      },
      "security": {
        "auth": {
          "selectedType": "oauth-personal"
        }
      },
      "mcpServers": [
        {
          "name": "envector-mcp-server",
          "httpUrl": "http://MCPHOST:MCPPORT/mcp",
          "description": "enVector MCP Server"
        }
      ]
    }
  3. Try Gemini CLI with enVector MCP server:

    enVector MCP Gemini

Last updated