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.
Latest Blog Posts
- 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