hi120ki/mcp-vertex-ai-search-ts-stdio
3.2
If you are the rightful owner of mcp-vertex-ai-search-ts-stdio and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This document provides a comprehensive overview of the MCP server for Vertex AI Search, detailing its features, usage, and integration with different platforms.
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 file for details.