Skip to content
Merged
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
47 changes: 28 additions & 19 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -193,27 +193,9 @@ export default function Home(): ReactNode {
</ProductCard>
</ProductGrid>

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

<ProductGrid layout='fixed-3' spacing='spacious'>
<ProductCard
contentType='text'
href='/toolhive/tutorials/mcp-optimizer'
title='MCP Optimizer'
linkText='Read the docs'
icon={{
src: '/img/mcp-servers/stacklok-website-icons-efficiency-dark-green.svg',
srcDark:
'/img/mcp-servers/stacklok-website-icons-efficiency-light-green.svg',
alt: 'Stacklok efficiency icon',
width: '80px',
style: { marginLeft: '1.5rem', marginBottom: '0.5rem' },
}}
>
MCP Optimizer discovers the tools from your MCP servers in ToolHive
and optimizes token usage by intelligently filtering based on the
task at hand.
</ProductCard>
<ProductCard
contentType='text'
href='https://stacklok.com/blog/policy-control-for-mcp-servers-in-claude-code-with-stacklok/'
Expand Down Expand Up @@ -244,6 +226,33 @@ export default function Home(): ReactNode {
by ToolHive, enabling governance on MCP server usage at execution
time.
</ProductCard>
<ProductCard
contentType='text'
href='https://github.com/stacklok/brood-box'
title='Brood Box'
linkText='Go to project'
>
Run coding agents in hardware-isolated microVMs. Review every change
before it touches your workspace.
</ProductCard>
<ProductCard
contentType='text'
href='/toolhive/tutorials/mcp-optimizer'
title='MCP Optimizer'
linkText='Read the docs'
icon={{
src: '/img/mcp-servers/stacklok-website-icons-efficiency-dark-green.svg',
srcDark:
'/img/mcp-servers/stacklok-website-icons-efficiency-light-green.svg',
alt: 'Stacklok efficiency icon',
width: '80px',
style: { marginLeft: '1.5rem', marginBottom: '0.5rem' },
}}
>
MCP Optimizer discovers the tools from your MCP servers in ToolHive
and optimizes token usage by intelligently filtering based on the
task at hand.
</ProductCard>
<ProductCard
contentType='text'
href='https://github.com/StacklokLabs/yardstick'
Expand Down
Loading