Skip to content

Commit 56c95ef

Browse files
authored
Add SQLite MCP to landing page (#41)
1 parent 038c9a0 commit 56c95ef

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

src/pages/index.tsx

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export default function Home(): ReactNode {
6363

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

66-
<ProductGrid layout='fixed-2' spacing='spacious'>
66+
<ProductGrid layout='fixed-3' spacing='spacious'>
6767
<ProductCard
6868
contentType='text'
6969
href='http://github.com/StacklokLabs/gofetch'
@@ -124,6 +124,15 @@ export default function Home(): ReactNode {
124124
The OCI Registry MCP server provides tools for querying OCI
125125
registries and image references.
126126
</ProductCard>
127+
<ProductCard
128+
contentType='text'
129+
href='http://github.com/StacklokLabs/sqlite-mcp'
130+
title='SQLite MCP server'
131+
linkText='Go to project'
132+
>
133+
The SQLite MCP server provides tools and resources that allow you to
134+
interact with SQLite databases.
135+
</ProductCard>
127136
</ProductGrid>
128137
</main>
129138
</Layout>

0 commit comments

Comments
 (0)