Vertex AI Search MCP Server
Allows interaction with Vertex AI Search (Discovery Engine) on Google Cloud, providing tools for enterprise search capabilities.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Vertex AI Search MCP Serversearch for latest sales report in the knowledge base"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Server for Vertex AI Search
Overview
This is a MCP server (Stdio) for Vertex AI Search (Discovery Engine).
Related MCP server: Discovery Engine MCP Server
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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceImplementation of Model Context Protocol (MCP) server that provides tools for accessing Google Cloud's Vertex AI Gemini models, supporting features like web search grounding and direct knowledge answering for coding assistance and general queries.Last updated204588MIT
- Flicense-qualityDmaintenanceAn MCP server that enables natural language interaction with Google's Discovery Engine API, allowing users to search, recommend, and manage data through conversational interfaces.Last updated
- Alicense-qualityAmaintenanceMCP server that exposes Google Cloud Vertex AI Imagen and Gemini models for image generation, editing, analysis, and transformation via MCP-compatible clients.Last updated2MIT
- Flicense-qualityDmaintenanceProvides Vertex AI Search for Commerce product search as a tool, enabling AI agents to search product catalogs using natural language queries.Last updated
Related MCP Connectors
MCP server for Google search results via SERP API
Local-first RAG engine with MCP server for AI agent integration.
Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hi120ki/mcp-vertex-ai-search-ts-stdio'
If you have feedback or need assistance with the MCP directory API, please join our Discord server