Описание
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.
Установка Cloud Build
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/codrienne/cloud-build-mcp-serverFAQ
Cloud Build MCP бесплатный?
Да, Cloud Build MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Cloud Build?
Нет, Cloud Build работает без API-ключей и переменных окружения.
Cloud Build — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Cloud Build в Claude Desktop, Claude Code или Cursor?
Открой Cloud Build на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: 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
автор: mcpdotdirectCompare Cloud Build with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
