Skip to content

Commit 4e26d65

Browse files
Merge pull request #150 from docker/slim/cloud-run
add Cloud Run server
2 parents af95a9d + a208f7d commit 4e26d65

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

servers/cloud-run-mcp/server.yaml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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'

0 commit comments

Comments
 (0)