Vertex AI Search MCP Server logo

Vertex AI Search MCP Server

hi120ki/mcp-vertex-ai-search-ts-stdio
0 starsMITUpdated 2025-07-29Community

Is this your server?

Add your score badge to your README and get your server in front of 45k+ builders a month.

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

Enables integration with Google Cloud Vertex AI Search for enterprise search capabilities through a stdio-based MCP server.

README.md

MCP Server for Vertex AI Search

Overview

This is a MCP server (Stdio) for Vertex AI Search (Discovery Engine).

Usage

For cursor, execute the following command to login to Google Cloud, and add the following to the mcp.json file.

$ gcloud auth login --update-adc
{
  "mcpServers": {
    "vertex-ai-search": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e", "PROJECT",
        "-e", "LOCATION",
        "-e", "ENGINE",
        "-e", "LANGUAGE",
        "-e", "GOOGLE_APPLICATION_CREDENTIALS=/tmp/adc.json",
        "-v", "~/.config/gcloud/application_default_credentials.json:/tmp/adc.json:ro",
        "ghcr.io/hi120ki/mcp-vertex-ai-search-ts-stdio@sha256:8bc5027cd219cdcd0d6860e2e6a7a4059d566bb3b55dc5fdcbd7a1ebba52aeff"
      ],
      "env": {
        "PROJECT": "<your-project-number>",
        "LOCATION": "global",
        "ENGINE": "<your-engine-name>",
        "LANGUAGE": "en-US"
      }
    }
  }
}

References

License

This project is licensed under the MIT License. See the LICENSE file for details.

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Search servers.