Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Cloud Build

FreeNot checked

Jerop's MCP server

GitHubEmbed

About

Jerop's MCP server

README

A Model Context Protocol (MCP) server for interacting with Google Cloud Build.

Tools

Feature Tool Parameters
List Cloud Build jobs for a project list_cloud_build_jobs project_id
View details of a specific Cloud Build job get_cloud_build_job project_id, build_id
Create new Cloud Build jobs create_cloud_build_job project_id, build_config_json
Retry failed or cancelled Cloud Build jobs retry_cloud_build_job project_id, build_id

Prerequisites

Build and Run

1. Build the Server

cd cmd
go build -o cloud-build-mcp-server

2. Run the Server

./cloud-build-mcp-server

Use in Agent

To use this MCP server with your agent, add the following to your settings:

{
    "mcpServers": {
        "cloudbuild": {
            "command": "/path/to/cloud-build-mcp-server"
        }
    }
}

Consider using this in Gemini CLI.

from github.com/codrienne/cloud-build-mcp-server

Installing Cloud Build

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/codrienne/cloud-build-mcp-server

FAQ

Is Cloud Build MCP free?

Yes, Cloud Build MCP is free — one-click install via Unyly at no cost.

Does Cloud Build need an API key?

No, Cloud Build runs without API keys or environment variables.

Is Cloud Build hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Cloud Build in Claude Desktop, Claude Code or Cursor?

Open Cloud Build on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Cloud Build with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs