MCP Server for Vertex AI Search
@ubie-oss
关于 MCP Server for Vertex AI Search
A MCP server for Vertex AI Search
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-vertexai-search": {
"command": "uv",
"args": [
"venv"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP Server for Vertex AI Search?
MCP Server for Vertex AI Search is a Model Context Protocol server that searches documents using Vertex AI grounding with Gemini. It integrates one or multiple Vertex AI data stores to ground responses in private data.
How to use MCP Server for Vertex AI Search?
Clone the repository, create a virtual environment with uv, and install dependencies. Then run the server with uv run mcp-vertexai-search serve --config config.yml --transport <stdio|sse>. Alternatively, install the Python package from GitHub and use the same command. A YAML config file (template provided) is required.
Key features of MCP Server for Vertex AI Search
- Uses Gemini with Vertex AI grounding for accurate search
- Supports one or multiple Vertex AI data stores
- Offers both SSE and stdio transport modes
- Provides a dedicated search test command
- Can run locally or via Docker
- Configurable YAML configuration file
Use cases of MCP Server for Vertex AI Search
- Perform AI‑powered search over enterprise documents stored in Vertex AI
- Ground Gemini responses in private, organization‑specific data
- Build MCP clients that query multiple data stores simultaneously
- Test search quality directly without starting the full MCP server
FAQ from MCP Server for Vertex AI Search
What data sources does MCP Server for Vertex AI Search support?
It supports one or multiple Vertex AI data stores. The data stores are configured via a YAML config file.
What are the runtime dependencies?
Requires Python with uv (or pip) and access to Vertex AI (Gemini model and data store). A Google Cloud project with Vertex AI enabled is necessary.
What transports does the server support?
It supports SSE (Server‑Sent Events) and stdio (Standard Input Output), controlled by the --transport flag.
Is the package published to PyPI?
No, the package is not yet published to PyPI. It can be installed directly from the GitHub repository.
How to test the search without the MCP server?
Use the command: uv run mcp-vertexai-search search --config config.yml --query <your-query>.
搜索 分类下的更多 MCP 服务器
Everything Search MCP Server
mamertofabianSerper Search and Scrape MCP Server
marcopesaniSerper MCP Server supporting search and webpage scraping
Brave Search
modelcontextprotocolModel Context Protocol Servers
Google Search MCP Server
mixelpixxMCP Server built for use with Claude Code, Claude Desktop, VS Code, Cline - enable google search and ability to follow links and research websites
Bing Search MCP Server
leehanchungMCP Server for Bing Search API
评论