Skip to content

Commit e8724ee

Browse files
committed
Add 10 new MCP servers from Dockyard repository
Added the following MCP servers: - aws-diagram-mcp-server: AWS Labs diagram creation server - aws-documentation-mcp-server: AWS Labs documentation server - browserbase-mcp-server: Cloud browser automation with Browserbase - context7: Upstash Context7 for vector search and context management - graphlit-mcp-server: Knowledge base platform for ingestion and RAG - heroku-mcp-server: Heroku platform management - mcp-clickhouse: ClickHouse database integration - mcp-server-box: Box API integration for file operations - sentry-mcp-server: Sentry debugging and monitoring - supabase-mcp-server: Supabase project management All servers are containerized via ghcr.io/stacklok/dockyard and include proper provenance information for supply chain security.
1 parent 4846fd6 commit e8724ee

File tree

10 files changed

+808
-0
lines changed

10 files changed

+808
-0
lines changed
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
name: aws-diagram-mcp-server
2+
image: ghcr.io/stacklok/dockyard/uvx/aws-diagram-mcp-server:1.0.5
3+
description: An AWS Labs Model Context Protocol (MCP) server that creates diagrams using the Python diagrams package DSL
4+
tier: Official
5+
status: Active
6+
transport: stdio
7+
targetport: 0
8+
permissions:
9+
name: ""
10+
read: []
11+
write: []
12+
network:
13+
outbound:
14+
insecureallowall: false
15+
allowhost: []
16+
allowport: []
17+
tools:
18+
- generate_diagram
19+
- get_diagram_examples
20+
- list_icons
21+
envvars:
22+
- name: OUTPUT_DIR
23+
description: Directory where diagrams will be saved
24+
required: false
25+
default: "/tmp/diagrams"
26+
secret: false
27+
args: []
28+
metadata:
29+
stars: 5291
30+
pulls: 0
31+
lastupdated: 2025-08-11T15:29:07Z
32+
repositoryurl: https://github.com/awslabs/mcp
33+
tags:
34+
- aws
35+
- cloud
36+
- diagrams
37+
- architecture
38+
- visualization
39+
dockertags: []
40+
provenance:
41+
sigstoreurl: tuf-repo-cdn.sigstore.dev
42+
repositoryuri: https://github.com/stacklok/dockyard
43+
repositoryref: refs/heads/main
44+
signeridentity: /.github/workflows/build-containers.yml
45+
runnerenvironment: github-hosted
46+
certissuer: https://token.actions.githubusercontent.com
47+
attestation: null
48+
custommetadata: {}
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
name: aws-documentation-mcp-server
2+
image: ghcr.io/stacklok/dockyard/uvx/aws-documentation-mcp-server:1.1.2
3+
description: An AWS Labs Model Context Protocol (MCP) server for AWS Documentation
4+
tier: Official
5+
status: Active
6+
transport: stdio
7+
targetport: 0
8+
permissions:
9+
name: ""
10+
read: []
11+
write: []
12+
network:
13+
outbound:
14+
insecureallowall: false
15+
allowhost: []
16+
allowport: []
17+
tools:
18+
- read_documentation
19+
- search_documentation
20+
- recommend
21+
envvars: []
22+
args: []
23+
metadata:
24+
stars: 5291
25+
pulls: 0
26+
lastupdated: 2025-08-11T15:29:07Z
27+
repositoryurl: https://github.com/awslabs/mcp
28+
tags:
29+
- aws
30+
- documentation
31+
- cloud
32+
- reference
33+
dockertags: []
34+
provenance:
35+
sigstoreurl: tuf-repo-cdn.sigstore.dev
36+
repositoryuri: https://github.com/stacklok/dockyard
37+
repositoryref: refs/heads/main
38+
signeridentity: /.github/workflows/build-containers.yml
39+
runnerenvironment: github-hosted
40+
certissuer: https://token.actions.githubusercontent.com
41+
attestation: null
42+
custommetadata: {}
Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
name: browserbase-mcp-server
2+
image: ghcr.io/stacklok/dockyard/npx/browserbase-mcp-server:2.0.0
3+
description: MCP server for cloud browser automation with Browserbase and Stagehand
4+
tier: Official
5+
status: Active
6+
transport: stdio
7+
targetport: 0
8+
permissions:
9+
name: ""
10+
read: []
11+
write: []
12+
network:
13+
outbound:
14+
insecureallowall: true
15+
allowhost: []
16+
allowport: []
17+
tools:
18+
# Multi-session tools
19+
- createSession
20+
- listSessions
21+
- closeSession
22+
- navigateWithSession
23+
- actWithSession
24+
- extractWithSession
25+
- observeWithSession
26+
- getUrlWithSession
27+
- getAllUrlsWithSession
28+
# Session management tools
29+
- closeAllSessions
30+
# Single session tools
31+
- navigate
32+
- act
33+
- extract
34+
- observe
35+
- screenshot
36+
- getUrl
37+
envvars:
38+
- name: BROWSERBASE_API_KEY
39+
description: Browserbase API key
40+
required: true
41+
default: ""
42+
secret: true
43+
- name: BROWSERBASE_PROJECT_ID
44+
description: Browserbase project ID
45+
required: true
46+
default: ""
47+
secret: false
48+
- name: GEMINI_API_KEY
49+
description: Google Gemini API key for Stagehand
50+
required: true
51+
default: ""
52+
secret: true
53+
args: []
54+
metadata:
55+
stars: 2401
56+
pulls: 0
57+
lastupdated: 2025-08-11T15:29:09Z
58+
repositoryurl: https://github.com/browserbase/mcp-server-browserbase
59+
tags:
60+
- browser
61+
- automation
62+
- web-scraping
63+
- testing
64+
- stagehand
65+
dockertags: []
66+
provenance:
67+
sigstoreurl: tuf-repo-cdn.sigstore.dev
68+
repositoryuri: https://github.com/stacklok/dockyard
69+
repositoryref: refs/heads/main
70+
signeridentity: /.github/workflows/build-containers.yml
71+
runnerenvironment: github-hosted
72+
certissuer: https://token.actions.githubusercontent.com
73+
attestation: null
74+
custommetadata: {}

registry/context7/spec.yaml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
name: context7
2+
image: ghcr.io/stacklok/dockyard/npx/context7:1.0.14
3+
description: Upstash Context7 MCP server for vector search and context management
4+
tier: Official
5+
status: Active
6+
transport: stdio
7+
targetport: 0
8+
permissions:
9+
name: ""
10+
read: []
11+
write: []
12+
network:
13+
outbound:
14+
insecureallowall: true
15+
allowhost: []
16+
allowport: []
17+
tools:
18+
- resolve-library-id
19+
- get-library-docs
20+
envvars: []
21+
args: []
22+
metadata:
23+
stars: 25096
24+
pulls: 0
25+
lastupdated: 2025-08-11T15:29:09Z
26+
repositoryurl: https://github.com/upstash/context7
27+
tags:
28+
- documentation
29+
- code-examples
30+
- library-docs
31+
- context
32+
- ai-coding
33+
dockertags: []
34+
provenance:
35+
sigstoreurl: tuf-repo-cdn.sigstore.dev
36+
repositoryuri: https://github.com/stacklok/dockyard
37+
repositoryref: refs/heads/main
38+
signeridentity: /.github/workflows/build-containers.yml
39+
runnerenvironment: github-hosted
40+
certissuer: https://token.actions.githubusercontent.com
41+
attestation: null
42+
custommetadata: {}
Lines changed: 167 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,167 @@
1+
name: graphlit-mcp-server
2+
image: ghcr.io/stacklok/dockyard/npx/graphlit-mcp-server:1.0.20250808001
3+
description: MCP server for Graphlit platform - ingest, search, and retrieve knowledge from multiple sources
4+
tier: Official
5+
status: Active
6+
transport: stdio
7+
targetport: 0
8+
permissions:
9+
name: ""
10+
read: []
11+
write: []
12+
network:
13+
outbound:
14+
insecureallowall: true
15+
allowhost: []
16+
allowport:
17+
- 443
18+
tools:
19+
# Retrieval
20+
- query_contents
21+
- query_collections
22+
- query_feeds
23+
- query_conversations
24+
- retrieve_relevant_sources
25+
- retrieve_similar_images
26+
- visually_describe_image
27+
# RAG
28+
- prompt_llm_conversation
29+
# Extraction
30+
- extract_structured_json_from_text
31+
# Publishing
32+
- publish_as_audio
33+
- publish_as_image
34+
# Ingestion
35+
- ingest_files
36+
- ingest_web_pages
37+
- ingest_messages
38+
- ingest_posts
39+
- ingest_emails
40+
- ingest_issues
41+
- ingest_text
42+
- ingest_memory
43+
# Web
44+
- web_crawling
45+
- web_search
46+
- web_mapping
47+
- screenshot_page
48+
# Operations
49+
- configure_project
50+
- create_collection
51+
- add_contents_to_collection
52+
- remove_contents_from_collection
53+
- delete_collections
54+
- delete_feeds
55+
- delete_contents
56+
- delete_conversations
57+
- is_feed_done
58+
- is_content_done
59+
# Enumerations
60+
- list_slack_channels
61+
- list_microsoft_teams_teams
62+
- list_microsoft_teams_channels
63+
- list_sharepoint_libraries
64+
- list_sharepoint_folders
65+
- list_linear_projects
66+
- list_notion_databases
67+
- list_notion_pages
68+
- list_dropbox_folders
69+
- list_box_folders
70+
- list_discord_guilds
71+
- list_discord_channels
72+
- list_google_calendars
73+
- list_microsoft_calendars
74+
envvars:
75+
- name: GRAPHLIT_ENVIRONMENT_ID
76+
description: Your Graphlit environment ID
77+
required: true
78+
default: ""
79+
secret: false
80+
- name: GRAPHLIT_ORGANIZATION_ID
81+
description: Your Graphlit organization ID
82+
required: true
83+
default: ""
84+
secret: false
85+
- name: GRAPHLIT_JWT_SECRET
86+
description: Your JWT secret for signing the JWT token
87+
required: true
88+
default: ""
89+
secret: true
90+
# Optional connector credentials
91+
- name: SLACK_BOT_TOKEN
92+
description: Slack bot token for Slack integration
93+
required: false
94+
default: ""
95+
secret: true
96+
- name: DISCORD_BOT_TOKEN
97+
description: Discord bot token for Discord integration
98+
required: false
99+
default: ""
100+
secret: true
101+
- name: TWITTER_TOKEN
102+
description: Twitter/X API token
103+
required: false
104+
default: ""
105+
secret: true
106+
- name: GOOGLE_EMAIL_REFRESH_TOKEN
107+
description: Google refresh token for Gmail integration
108+
required: false
109+
default: ""
110+
secret: true
111+
- name: GOOGLE_EMAIL_CLIENT_ID
112+
description: Google client ID for Gmail integration
113+
required: false
114+
default: ""
115+
secret: false
116+
- name: GOOGLE_EMAIL_CLIENT_SECRET
117+
description: Google client secret for Gmail integration
118+
required: false
119+
default: ""
120+
secret: true
121+
- name: LINEAR_API_KEY
122+
description: Linear API key for Linear integration
123+
required: false
124+
default: ""
125+
secret: true
126+
- name: GITHUB_PERSONAL_ACCESS_TOKEN
127+
description: GitHub personal access token
128+
required: false
129+
default: ""
130+
secret: true
131+
- name: JIRA_EMAIL
132+
description: Jira email for authentication
133+
required: false
134+
default: ""
135+
secret: false
136+
- name: JIRA_TOKEN
137+
description: Jira API token
138+
required: false
139+
default: ""
140+
secret: true
141+
- name: NOTION_API_KEY
142+
description: Notion API key for Notion integration
143+
required: false
144+
default: ""
145+
secret: true
146+
args: []
147+
metadata:
148+
stars: 346
149+
pulls: 0
150+
lastupdated: 2025-08-11T15:29:09Z
151+
repositoryurl: https://github.com/graphlit/graphlit-mcp-server
152+
tags:
153+
- knowledge-base
154+
- rag
155+
- search
156+
- ingestion
157+
- data-connectors
158+
dockertags: []
159+
provenance:
160+
sigstoreurl: tuf-repo-cdn.sigstore.dev
161+
repositoryuri: https://github.com/stacklok/dockyard
162+
repositoryref: refs/heads/main
163+
signeridentity: /.github/workflows/build-containers.yml
164+
runnerenvironment: github-hosted
165+
certissuer: https://token.actions.githubusercontent.com
166+
attestation: null
167+
custommetadata: {}

0 commit comments

Comments
 (0)