Skip to content

Commit 67bd704

Browse files
authored
Add new projects to landing page (#157)
- Add plotting MCP to the list of our MCP servers - New section for "other" MCP projects with the Buildkite plugin, GitHub Actions, and Yardstick --------- Signed-off-by: Dan Barr <[email protected]> Co-authored-by: Dan Barr <[email protected]>
1 parent 5f4bdab commit 67bd704

File tree

4 files changed

+79
-0
lines changed

4 files changed

+79
-0
lines changed

src/pages/index.tsx

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,15 @@ export default function Home(): ReactNode {
128128
The OCI Registry MCP server provides tools for querying OCI
129129
registries and image references.
130130
</ProductCard>
131+
<ProductCard
132+
contentType='text'
133+
href='http://github.com/StacklokLabs/plotting-mcp'
134+
title='Plotting MCP server'
135+
linkText='Go to project'
136+
>
137+
The Plotting MCP server transforms CSV data into beautiful
138+
visualizations.
139+
</ProductCard>
131140
<ProductCard
132141
contentType='text'
133142
href='http://github.com/StacklokLabs/sqlite-mcp'
@@ -138,6 +147,75 @@ export default function Home(): ReactNode {
138147
interact with SQLite databases.
139148
</ProductCard>
140149
</ProductGrid>
150+
151+
<h1 className='text--center'>Other MCP Projects</h1>
152+
153+
<ProductGrid layout='fixed-3' spacing='spacious'>
154+
<ProductCard
155+
contentType='text'
156+
href='http://github.com/StacklokLabs/toolhive-buildkite-plugin'
157+
title='ToolHive Buildkite Plugin'
158+
linkText='Go to project'
159+
>
160+
<img
161+
src='/img/mcp-servers/buildkite-logo.svg'
162+
alt='Buildkite logo'
163+
style={{
164+
width: '60px',
165+
height: 'auto',
166+
float: 'right',
167+
marginLeft: '0.5rem',
168+
display: 'block',
169+
maxWidth: '40%',
170+
}}
171+
/>
172+
A Buildkite plugin to run MCP servers in your CI/CD pipelines using
173+
ToolHive.
174+
</ProductCard>
175+
<ProductCard
176+
contentType='text'
177+
href='http://github.com/StacklokLabs/toolhive-actions'
178+
title='ToolHive GitHub Actions'
179+
linkText='Go to project'
180+
>
181+
<img
182+
src='/img/mcp-servers/github-actions-logo.png'
183+
alt='Buildkite logo'
184+
style={{
185+
width: '60px',
186+
height: 'auto',
187+
float: 'right',
188+
marginLeft: '0.5rem',
189+
display: 'block',
190+
maxWidth: '40%',
191+
}}
192+
/>
193+
A collection of GitHub Actions to install ToolHive and run MCP
194+
servers in your CI/CD workflows.
195+
</ProductCard>
196+
<ProductCard
197+
contentType='text'
198+
href='http://github.com/StacklokLabs/yardstick'
199+
title='Yardstick'
200+
linkText='Go to project'
201+
>
202+
<img
203+
src='/img/mcp-servers/yardstick-logo.webp'
204+
alt='Yardstick logo'
205+
style={{
206+
width: '60px',
207+
height: 'auto',
208+
float: 'right',
209+
marginLeft: '0.5rem',
210+
marginBottom: '0.5rem',
211+
display: 'block',
212+
maxWidth: '40%',
213+
}}
214+
/>
215+
Yardstick is an MCP server and client reference implementation for
216+
deterministic testing.
217+
</ProductCard>
218+
</ProductGrid>
141219
</main>
142220
</Layout>
143221
);
Lines changed: 1 addition & 0 deletions
Loading
9.86 KB
Loading
33.6 KB
Loading

0 commit comments

Comments
 (0)