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
- Go 1.21+
- Google Cloud project with Cloud Build API enabled
- Google Application Default Credentials (ADC):
gcloud auth application-default login
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.
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-serverFAQ
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
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare 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
