Cloud Run MCP Server
Google's own server for deploying a folder or a set of files to Cloud Run and reading back the logs.
Add it to your client
Officialnpx -y @google-cloud/cloud-run-mcp
{
"mcpServers": {
"cloud-run-mcp": {
"command": "npx",
"args": [
"-y",
"@google-cloud/cloud-run-mcp"
]
}
}
}- Transport
- both
- Runtime
- Node
- Auth
- Required
- Tools
- 7
- License
- Apache-2.0
- Stars
- 627
Three of its tools are exposed only when the server runs on the developer's own machine: deploying a local folder, listing GCP projects and creating a project attached to a billing account. A remotely hosted instance has no local filesystem to read and should not be able to open billable projects, so the tool list narrows itself according to where the process lives. What remains everywhere is deploying by sending file contents, listing and inspecting services, and pulling service logs and error messages. Two prompts wrap the common cases, defaulting the service name to the current directory, and the same package installs as a Gemini CLI extension.
Similar MCP servers
Dokploy MCP Server
MCP serverFull Dokploy API coverage exposed as MCP tools for self-hosted deployments.
Cloudinary Asset Management MCP
MCP serverCloudinary's own server for uploading, searching, organising and transforming stored media assets.
Google Drive MCP Server
MCP serverGoogle's own hosted Drive endpoint that lets an agent search, read and create files.

Comments(0)
Sign in to comment