File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments