hzy9981
Provides integration with Google Vertex AI for prompt management (CRUD) and optimization (few-shot and data-driven).
Vertex AI & DashScope Bridge MCP Server
这是一个全能型的 Model Context Protocol (MCP) 服务器,旨在连接 Google Vertex AI 的强大能力与您的本地 AI 助手。它不仅支持提示词管理与自动化优化,还集成了跨平台的工具代理(如阿里云 DashScope)。
✨ 核心特性
多传输协议支持:
stdio: 最适合 Cursor, VS Code 等本地 IDE。sse: 标准 Server-Sent Events,适用于 Web 客户端。streamable-http: (New) 更健壮的流式 HTTP 协议,适合云端长连接。hybrid: (New) 同时启动多种协议,适配不同集成需求。
远程 SSE 代理模式: 即使您的本地工具(如 Cursor)不支持远程 SSE,您也可以通过
remote_sse传输方式将云端服务透明地桥接到本地。全方位提示词工程: 内置 Vertex AI Prompt Management 的 CRUD 及其最前沿的数据驱动优化工具。
跨云工具代理: 支持通过
call_dashscope_mcp直接调用远程 DashScope 服务。
Related MCP server: gemini_mcp
🛠 提供的工具
工具类别 | 工具名称 | 功能描述 |
Prompt CRUD |
| Vertex AI 提示词的全生命周期管理 |
Optimization |
| 少样本及数据驱动的提示词自动调优 |
Proxy |
| 代理调用远程 DashScope MCP 工具 |
🚀 部署与运行
1. 云端部署 (Cloud Run)
直接运行我们提供的全自动部署脚本:
chmod +x deploy_cloud_run.sh
./deploy_cloud_run.sh2. 本地代理模式 (连接到已部署的服务)
如果您的客户端(如 Cursor)只支持本地 Stdio 命令行,但您希望使用云端部署好的服务:
python -m vertex.server --transport remote_sse --remote_sse_url https://YOUR-CLOUD-RUN-URL/sse💻 客户端集成示例
Cursor / Claude Desktop (Stdio)
{
"mcpServers": {
"vertex-bridge": {
"command": "/home/hzy9981/vertex-ai-mcp-bridge-local/.venv/bin/python3",
"args": ["-m", "vertex.server", "--transport", "stdio"],
"env": {
"GOOGLE_CLOUD_PROJECT": "your-project-id",
"DASHSCOPE_API_KEY": "your-key"
}
}
}
}📄 开源协议
Maintenance
Related MCP Servers
- Flicense-quality-maintenanceA proof-of-concept implementation that enables Amazon Bedrock AgentCore to interact with AWS Lambda functions and REST APIs through the Model Context Protocol. It provides a gateway for protocol translation and supports direct server implementation using the FastMCP framework.Last updated
- AlicenseAqualityDmaintenanceA bridge that connects the Model Context Protocol to the Gemini CLI via the Agent Client Protocol (ACP) for high-performance, stateful AI interactions. It enables MCP clients to leverage Gemini's autonomous capabilities, including multi-modal support and built-in tool execution, without cold-start overhead.Last updated441MIT
- Alicense-qualityDmaintenanceAn MCP server and local HTTP bridge designed to integrate remote upstream MCP tools into OpenClaw skills or local environments. It enables users to generate skill wrappers and proxy tool calls via a local HTTP bridge for use in Claude Desktop, Cursor, or OpenClaw.Last updatedApache 2.0
- Alicense-qualityAmaintenanceMCP server that exposes Google Cloud Vertex AI Imagen and Gemini models for image generation, editing, analysis, and transformation via MCP-compatible clients.Last updated2MIT
Related MCP Connectors
MCP server for AI dialogue using various LLM models via AceDataCloud
MCP server for Google Veo AI video generation
MCP server for Hailuo (MiniMax) AI video generation
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hzy9981/vertex-ai-mcp-bridge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server