mcp-vertex-search-snippets
Verified Safeby UnitVectorY-Labs
Overview
This MCP server integrates with Google Cloud's Vertex AI Search (Discovery Engine) to provide configurable search snippets and extractive segments from indexed documents.
Installation
mcp-vertex-search-snippetsEnvironment Variables
- VERTEX_CONFIG
- VERTEX_DEBUG
Security Notes
The server handles Google Cloud authentication securely via Application Default Credentials or an Authorization header passed to the HTTP endpoint. Inputs are structured and passed to the Vertex AI Search API without direct code execution. No hardcoded secrets or 'eval'-like dangerous patterns were found. Debug logging to stderr could expose request/response details if enabled in a sensitive environment, but this is a configurable debug feature.
Similar Servers
Context-Engine
Self-improving code search and context engine for IDEs and AI agents, providing hybrid semantic/lexical search, symbol graph navigation, and persistent memory.
kindly-web-search-mcp-server
Provides web search with robust, LLM-optimized content retrieval from various sources (StackExchange, GitHub, Wikipedia, arXiv, and general webpages) for AI coding assistants.
nordstemmen-ai
Semantic search engine for public documents of Nordstemmen municipality, integrated with AI platforms via the Model Context Protocol (MCP).
agent-tool
A full-stack AI agent platform offering conversational AI with RAG, multi-LLM support, and extensible tooling via Model Context Protocol (MCP) servers.