Google Compute Engine logo

Google Compute Engine

管理Google Cloud计算基础设施

关于 Google Compute Engine

Google Compute Engine在Google Cloud上提供虚拟机及相关基础设施。其远程MCP服务器允许助手通过配置的Google Cloud OAuth客户端,在部署和运维过程中管理计算资源。

连接信息

https://compute.googleapis.com/mcp
传输协议
Streamable HTTP
身份验证
OAuth

设置

claude mcp add google-compute-engine --transport http https://compute.googleapis.com/mcp

常见问题

什么是 Google Compute Engine 远程 MCP 服务器?

Google Compute Engine 远程 MCP 服务器是托管在 https://compute.googleapis.com/mcp 的 Model Context Protocol 端点,AI 助手无需在本地安装或运行任何程序即可连接。 Google Compute Engine在Google Cloud上提供虚拟机及相关基础设施。其远程MCP服务器允许助手通过配置的Google Cloud OAuth客户端,在部署和运维过程中管理计算资源。

如何连接 Google Compute Engine MCP 服务器?

将端点 https://compute.googleapis.com/mcp 添加到任意兼容 MCP 的客户端,例如 Claude Code、Codex、Cursor 或 VS Code。本页的配置片段可一步完成各客户端的设置。

Google Compute Engine MCP 服务器需要身份验证吗?

需要。Google Compute Engine 使用 OAuth:首次连接时,MCP 客户端会打开浏览器窗口让你登录并授权,之后的会话将复用该凭证。

Google Compute Engine MCP 服务器使用哪种传输协议?

Google Compute Engine 提供 Streamable HTTP 端点,这是 Model Context Protocol 当前的标准传输方式,所有主流 MCP 客户端均支持。

更多远程 MCP 服务器