Skip to content

Commit bfe5602

Browse files
authored
feat: Add Google Cloud Run MCP server to registry (#1390)
1 parent 7306c78 commit bfe5602

File tree

1 file changed

+81
-0
lines changed

1 file changed

+81
-0
lines changed

pkg/registry/data/registry.json

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -807,6 +807,87 @@
807807
],
808808
"transport": "stdio"
809809
},
810+
"cloud-run": {
811+
"args": [],
812+
"description": "Deploy apps to Google Cloud Run directly from AI assistants. Enables deployment of containerized applications, local files, and folders to Cloud Run with integrated logging and service management.",
813+
"env_vars": [
814+
{
815+
"description": "Path to Google Cloud credentials JSON file",
816+
"name": "GOOGLE_APPLICATION_CREDENTIALS",
817+
"required": false,
818+
"secret": true
819+
},
820+
{
821+
"description": "Google Cloud project ID for deployments",
822+
"name": "GOOGLE_CLOUD_PROJECT",
823+
"required": false
824+
},
825+
{
826+
"description": "Default Google Cloud region for deployments",
827+
"name": "GOOGLE_CLOUD_REGION",
828+
"required": false
829+
},
830+
{
831+
"description": "Default Cloud Run service name",
832+
"name": "DEFAULT_SERVICE_NAME",
833+
"required": false
834+
},
835+
{
836+
"description": "Skip IAM permission checks (true/false)",
837+
"name": "SKIP_IAM_CHECK",
838+
"required": false
839+
}
840+
],
841+
"image": "docker.io/mcp/cloud-run-mcp:latest",
842+
"metadata": {
843+
"last_updated": "2025-08-13T06:16:55Z",
844+
"pulls": 273,
845+
"stars": 316
846+
},
847+
"permissions": {
848+
"network": {
849+
"outbound": {
850+
"allow_host": [
851+
"run.googleapis.com",
852+
"cloudbuild.googleapis.com",
853+
"storage.googleapis.com",
854+
"logging.googleapis.com",
855+
"cloudresourcemanager.googleapis.com"
856+
],
857+
"allow_port": [
858+
443
859+
],
860+
"insecure_allow_all": false
861+
}
862+
},
863+
"read": [],
864+
"write": []
865+
},
866+
"repository_url": "https://github.com/GoogleCloudPlatform/cloud-run-mcp",
867+
"status": "Active",
868+
"tags": [
869+
"google-cloud",
870+
"cloud-run",
871+
"deployment",
872+
"gcp",
873+
"serverless",
874+
"containers",
875+
"devops"
876+
],
877+
"tier": "Official",
878+
"tools": [
879+
"deploy_file_contents",
880+
"deploy_local_files",
881+
"deploy_local_folder",
882+
"deploy_container_image",
883+
"list_services",
884+
"get_service",
885+
"get_service_log",
886+
"list_projects",
887+
"create_project"
888+
],
889+
"transport": "stdio"
890+
},
810891
"context7": {
811892
"args": [],
812893
"description": "Context7 MCP pulls up-to-date, version-specific documentation and code examples straight from the source — and places them directly into your prompt",

0 commit comments

Comments
 (0)