Skip to content

Commit dd99698

Browse files
authored
Add stackgen MCP server to MCP catalog (github#227)
* Add stackgen MCP server to MCP catalog * Update tag from 'tofu' to 'opentofu'
1 parent 31d71ad commit dd99698

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

servers/stackgen/server.yaml

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
name: stackgen
2+
image: ghcr.io/stackgenhq/stackgen
3+
type: server
4+
meta:
5+
category: devops
6+
tags:
7+
- stackgen
8+
- opentofu
9+
about:
10+
title: StackGen
11+
description: AI-powered DevOps assistant for managing cloud infrastructure and applications.
12+
icon: https://docs.stackgen.com/img/logo.svg
13+
run:
14+
command:
15+
- mcp
16+
source:
17+
project: https://github.com/stackgenhq/homebrew-stackgen
18+
dockerfile: stackgen/Dockerfile
19+
config:
20+
description: Configure the connection to StackGen server
21+
secrets:
22+
- name: stackgen.api_key
23+
env: STACKGEN_TOKEN
24+
example: stackgen_abc123def456ghi789jkl012mno345pqr678stu901vwx
25+
env:
26+
- name: STACKGEN_URL
27+
example: https://cloud.stackgen.com
28+
default: "https://cloud.stackgen.com"
29+
value: "{{stackgen.url}}"
30+
parameters:
31+
type: object
32+
required:
33+
- url
34+
properties:
35+
url:
36+
type: string
37+
description: URL of your StackGen instance
38+
example: https://cloud.stackgen.com
39+
default: https://cloud.stackgen.com

0 commit comments

Comments
 (0)