Version 4.43 or later needs to be installed to add the server automatically
Tools
Name | Description |
---|---|
create_project | Creates a new GCP project and attempts to attach it to the first available billing account. A project ID can be optionally specified; otherwise it will be automatically generated. |
deploy_container_image | Deploys a container image to Cloud Run. Use this tool if the user provides a container image URL. |
deploy_file_contents | Deploy files to Cloud Run by providing their contents directly. Takes an array of file objects containing filename and content. Use this tool if the files only exist in the current chat context. |
deploy_local_folder | Deploy a local folder to Cloud Run. Takes an absolute folder path from the local filesystem that will be deployed. Use this tool if the entire folder content needs to be deployed. |
get_service | Gets details for a specific Cloud Run service. |
get_service_log | Gets Logs and Error Messages for a specific Cloud Run service. |
list_projects | Lists available GCP projects |
list_services | Lists all Cloud Run services in a given project. |
Manual installation
You can install the MCP server using:
Installation for