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
11 changes: 10 additions & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default function Home(): ReactNode {

<h1 className='text--center'>Our MCP Servers</h1>

<ProductGrid layout='fixed-2' spacing='spacious'>
<ProductGrid layout='fixed-3' spacing='spacious'>
<ProductCard
contentType='text'
href='http://github.com/StacklokLabs/gofetch'
Expand Down Expand Up @@ -124,6 +124,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/sqlite-mcp'
title='SQLite MCP server'
linkText='Go to project'
>
The SQLite MCP server provides tools and resources that allow you to
interact with SQLite databases.
</ProductCard>
</ProductGrid>
</main>
</Layout>
Expand Down
Loading