
cloud build mcp server
用于与 Google Cloud Build 交互的 Model Context Protocol (MCP) 服务器。
Repository Info
About This Server
用于与 Google Cloud Build 交互的 Model Context Protocol (MCP) 服务器。
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
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
- 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.
Quick Start
Clone the repository
git clone https://github.com/jerop/cloud-build-mcp-serverInstall dependencies
cd cloud-build-mcp-server
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.