Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Vertex AI Search Server

БесплатноНе проверен

Enables integration with Google Cloud Vertex AI Search for enterprise search capabilities through a stdio-based MCP server.

GitHubEmbed

Описание

Enables integration with Google Cloud Vertex AI Search for enterprise search capabilities through a stdio-based MCP server.

README

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 LICENSE file for details.

from github.com/hi120ki/mcp-vertex-ai-search-ts-stdio

Установка Vertex AI Search Server

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/hi120ki/mcp-vertex-ai-search-ts-stdio

FAQ

Vertex AI Search Server MCP бесплатный?

Да, Vertex AI Search Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Vertex AI Search Server?

Нет, Vertex AI Search Server работает без API-ключей и переменных окружения.

Vertex AI Search Server — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Vertex AI Search Server в Claude Desktop, Claude Code или Cursor?

Открой Vertex AI Search Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Vertex AI Search Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai