File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : cloud-run-mcp
2
+ image : mcp/cloud-run-mcp:latest
3
+ type : server
4
+ meta :
5
+ category : devops
6
+ tags :
7
+ - devops
8
+ about :
9
+ title : Cloud Run MCP
10
+ description : MCP server to deploy apps to Cloud Run
11
+ icon : https://avatars.githubusercontent.com/u/2810941?v=4
12
+ source :
13
+ project : https://github.com/slimslenderslacks/cloud-run-mcp
14
+ upstream : https://github.com/GoogleCloudPlatform/cloud-run-mcp
15
+ branch : slim/bypass-auth
16
+ config :
17
+ description : Configure the connection to Google Cloud Run
18
+ env :
19
+ - name : GOOGLE_APPLICATION_CREDENTIALS
20
+ value : ' /app/.config/gcloud/application_default_credentials.json'
21
+ example : ' /Users/slim/.config/gcloud/application_default-credentials.json'
22
+ parameters :
23
+ type : object
24
+ properties :
25
+ credentials_path :
26
+ type : string
27
+ description : path to application-default credentials (eg $HOME/.config/gcloud/application_default_credentials.json )
28
+ run :
29
+ volumes :
30
+ - ' {{cloud-run-mcp.credentials_path}}:/app/.config/gcloud/application_default_credentials.json'
You can’t perform that action at this time.
0 commit comments