★ 0 stars
Shell
📦 Other
Updated 1mo ago
Google Cloud MCP server for Cloud Build and Cloud Run — list builds, get build details/logs, list services, get service logs
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"gcloud-mcp": {
"command": "npx",
"args": [
"-y",
"prmichaelsen/gcloud-mcp"
]
}
}
}
Run in terminal:
claude mcp add gcloud-mcp npx -y prmichaelsen/gcloud-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"gcloud-mcp": {
"command": "npx",
"args": [
"-y",
"prmichaelsen/gcloud-mcp"
]
}
}
}