Installation & Configuration
{
"mcpServers": {
"vertex-ai-mcp-server": {
"command": "bunx",
"args": [
"-y",
"vertex-ai-mcp-server"
],
"env": {
"AI_PROVIDER": "vertex",
"GOOGLE_CLOUD_PROJECT": "YOUR_GCP_PROJECT_ID",
"GOOGLE_CLOUD_LOCATION": "us-central1",
"AI_TEMPERATURE": "0.0",
"AI_USE_STREAMING": "true",
"AI_MAX_OUTPUT_TOKENS": "65536",
"AI_MAX_RETRIES": "3",
"AI_RETRY_DELAY_MS": "1000"
},
"disabled": false,
"alwaysAllow": [
"answer_query_websearch",
"answer_query_direct",
"explain_topic_with_docs",
"get_doc_snippets",
"generate_project_guidelines"
],
"timeout": 3600
}
}
}Information
Transport
stdio
Language
TypeScript
Created
2026/6/15
Updated
2026/6/17