Skip to content

Commit 14d37e7

Browse files
committed
[dev] Install git and linear MCP servers
Tool: gitpod/catfood.gitpod.cloud
1 parent 23c3e83 commit 14d37e7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.gitpod.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,13 @@ tasks:
4242
gp env -u GCP_ADC_FILE
4343
fi
4444
exit 0
45+
- name: MCP Servers Setup
46+
init: |
47+
# Run Git MCP install script with current workspace as repository
48+
curl -sL https://raw.githubusercontent.com/geropl/git-mcp-go/main/scripts/register-cline.sh | bash -s -- /workspace/gitpod "$GIT_WRITE_ACCESS"
49+
50+
# Run Linear MCP install script
51+
curl -sL https://raw.githubusercontent.com/geropl/linear-mcp-go/main/scripts/register-cline.sh | bash -s -- "$LINEAR_WRITE_ACCESS"
4552
- name: Install `gitpod` CLI
4653
command: |
4754
leeway run components/local-app:install-cli

0 commit comments

Comments
 (0)