Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
78 changes: 78 additions & 0 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,15 @@ export default function Home(): ReactNode {
The OCI Registry MCP server provides tools for querying OCI
registries and image references.
</ProductCard>
<ProductCard
contentType='text'
href='http://github.com/StacklokLabs/plotting-mcp'
title='Plotting MCP server'
linkText='Go to project'
>
The Plotting MCP server transforms CSV data into beautiful
visualizations.
</ProductCard>
<ProductCard
contentType='text'
href='http://github.com/StacklokLabs/sqlite-mcp'
Expand All @@ -138,6 +147,75 @@ export default function Home(): ReactNode {
interact with SQLite databases.
</ProductCard>
</ProductGrid>

<h1 className='text--center'>Other MCP Projects</h1>

<ProductGrid layout='fixed-3' spacing='spacious'>
<ProductCard
contentType='text'
href='http://github.com/StacklokLabs/toolhive-buildkite-plugin'
title='ToolHive Buildkite Plugin'
linkText='Go to project'
>
<img
src='/img/mcp-servers/buildkite-logo.svg'
alt='Buildkite logo'
style={{
width: '60px',
height: 'auto',
float: 'right',
marginLeft: '0.5rem',
display: 'block',
maxWidth: '40%',
}}
/>
A Buildkite plugin to run MCP servers in your CI/CD pipelines using
ToolHive.
</ProductCard>
<ProductCard
contentType='text'
href='http://github.com/StacklokLabs/toolhive-actions'
title='ToolHive GitHub Actions'
linkText='Go to project'
>
<img
src='/img/mcp-servers/github-actions-logo.png'
alt='Buildkite logo'
style={{
width: '60px',
height: 'auto',
float: 'right',
marginLeft: '0.5rem',
display: 'block',
maxWidth: '40%',
}}
/>
A collection of GitHub Actions to install ToolHive and run MCP
servers in your CI/CD workflows.
</ProductCard>
<ProductCard
contentType='text'
href='http://github.com/StacklokLabs/yardstick'
title='Yardstick'
linkText='Go to project'
>
<img
src='/img/mcp-servers/yardstick-logo.webp'
alt='Yardstick logo'
style={{
width: '60px',
height: 'auto',
float: 'right',
marginLeft: '0.5rem',
marginBottom: '0.5rem',
display: 'block',
maxWidth: '40%',
}}
/>
Yardstick is an MCP server and client reference implementation for
deterministic testing.
</ProductCard>
</ProductGrid>
</main>
</Layout>
);
Expand Down
1 change: 1 addition & 0 deletions static/img/mcp-servers/buildkite-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/mcp-servers/github-actions-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/mcp-servers/yardstick-logo.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.