Jerop's MCP server
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"cloud-build-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A Model Context Protocol (MCP) server for interacting with Google Cloud Build.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in cloud / devops
MCP server for using the GitLab API
MCP Server for GCP environment for interacting with various Observability APIs.
⚡ A Simple / Speedy / Secure Link Shortener with Analytics, 100% run on Cloudflare.
MCP server for Datto SaaS Protection — M365/GWS backups, restores, seats.
MCP Security Weekly
Get CVE alerts and security updates for Cloud Build Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A Model Context Protocol (MCP) server for interacting with Google Cloud Build.
| 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 |
gcloud auth application-default login
cd cmd
go build -o cloud-build-mcp-server
./cloud-build-mcp-server
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.