Skip to content

michaelact/cloud-build-mcp-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloud Build MCP Server

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Go 100.0%