Vertex AI MCP Server
@shariqriazz
Vertex AI MCP Server について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"vertex-ai-mcp-server": {
"command": "bun",
"args": [
"run",
"build"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Vertex AI MCP Server?
Vertex AI MCP Server is a Model Context Protocol (MCP) server that provides a comprehensive suite of tools for interacting with Google Cloud's Vertex AI Gemini models, focusing on coding assistance and general query answering.
How to use Vertex AI MCP Server?
Install dependencies with bun install, build with bun run build, then run via bunx vertex-ai-mcp-server or configure it in your MCP client (e.g., Cline) by specifying the command and environment variables. Required configurations include setting AI_PROVIDER and either GOOGLE_CLOUD_PROJECT (for Vertex) or GEMINI_API_KEY (for Gemini).
Key features of Vertex AI MCP Server
- Provides AI-powered query answering with and without web search grounding.
- Offers 20+ specialized tools for code analysis, documentation, security, and architecture.
- Supports filesystem operations (read, write, edit, move, search files).
- Combines AI generation with filesystem actions for saving results.
- Configurable model ID, temperature, streaming, and retry settings via environment variables.
- Uses streaming API by default with basic retry logic for transient errors.
Use cases of Vertex AI MCP Server
- Answer technical questions using Google Search‑enhanced or direct AI knowledge.
- Analyze code snippets for bugs, performance issues, and security vulnerabilities.
- Generate structured project guidelines, documentation, and testing strategies.
- Compare technologies and recommend architecture patterns for specific domains.
- Perform filesystem tasks (read, write, edit, organize files) alongside AI assistance.
FAQ from Vertex AI MCP Server
What models does Vertex AI MCP Server use?
It provides tools for Vertex AI Gemini models, configurable via the VERTEX_MODEL_ID or GEMINI_MODEL_ID environment variables.
What are the prerequisites?
Node.js v18+, Bun installed globally, a Google Cloud project with billing and Vertex AI API enabled, and configured authentication (Application Default Credentials or a service account key).
Can I use it without a Google Cloud project?
Yes, set AI_PROVIDER to "gemini" and provide a GEMINI_API_KEY instead of a Google Cloud project.
What authentication methods are supported?
For Vertex AI, use Application Default Credentials (recommended via gcloud auth application-default login) or a service account key set via GOOGLE_APPLICATION_CREDENTIALS.
How do I customize the AI behavior?
Set environment variables such as AI_TEMPERATURE, AI_USE_STREAMING, AI_MAX_OUTPUT_TOKENS, AI_MAX_RETRIES, and AI_RETRY_DELAY_MS when configuring the MCP client.
「その他」の他のコンテンツ
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
コメント