Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
MCP Server for Vertex AI Search
Claim
by
ubie-oss
GitHub
Search
Cloud Platforms
Databases
Python
Apache 2.0
1
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
dev
docs
.github
src
tests
.trunk
config.yml.template
Dockerfile
.dockerignore
.gitignore
LICENSE
Makefile
pyproject.toml
.python-version
README.md
requirements.setup.txt
uv.lock
FROM python:3.12-slim WORKDIR /app COPY requirements.setup.txt pyproject.toml uv.lock /app/ RUN python -m pip install --no-cache-dir -r requirements.setup.txt \ && uv venv \ && uv sync COPY . /app ENTRYPOINT ["uv", "run", "mcp-vertexai-search"]